-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
38 lines (32 loc) · 877 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
35
36
37
38
version: 1.0.{build}
image:
- Visual Studio 2017
nuget:
disable_publish_on_pr: true
build_script:
- cmd: dotnet pack src/hash-identity/hash-identity.csproj -c Release --output output
test_script:
- cmd: dotnet test test/hash-identity.Tests/hash-identity.Tests.csproj
artifacts:
- path: 'src\hash-identity\output\**\*.nupkg'
- path: 'src\hash-identity\output\**\*.snupkg'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
for:
-
branches:
only:
- master
deploy:
provider: NuGet
api_key:
secure: z3OZoWsfl2Axbs0S3ojUr2scRja69t3mNqAFrT2Uc48wow+4jyvIBY08g1hO7nyL
skip_symbols: false
symbol_server: # fix up when appveyor get nuget symbol support
artifact: /.*\.nupkg/