-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathappveyor.yml
34 lines (31 loc) · 917 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration: Release
init:
- cmd: git config --global core.autocrlf true
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- cmd: >-
dotnet --version
dotnet restore ./Ags.ResourceProxy.Core/Ags.ResourceProxy.Core.csproj --verbosity m
dotnet restore ./Ags.ResourceProxy.Core.Tests/Ags.ResourceProxy.Core.Tests.csproj --verbosity m
dotnet restore ./Ags.ResourceProxy.Web/Ags.ResourceProxy.Web.csproj --verbosity m
build:
publish_nuget: true
publish_nuget_symbols: true
verbosity: minimal
deploy:
- provider: NuGet
api_key:
secure: cIOeMMjDKjEr/BtwSsNr/OeTV6X8Iwb2tUaCcx11LXNbQtFMoSNQJmH73R8Fk2hE
on:
branch: master