forked from purplebricks/PB.ITOps.AspNetCore.Versioning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (32 loc) · 671 Bytes
/
appveyor.yml
File metadata and controls
32 lines (32 loc) · 671 Bytes
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
version: 2.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
clone_depth: 1
image: Visual Studio 2019
build_script:
- dotnet build -c Release
- dotnet test
- dotnet pack -c Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
nuget:
disable_publish_on_pr: true
artifacts:
- path: '**\*.nupkg'
name: NuGet
deploy:
- provider: NuGet
api_key:
secure: WHsYehf5C3f3Q4NM3JTmU01N28Jrk3k5mUZTlCEX/LWti/fy9wVv8tn54lrhOmDY
skip_symbols: false
on:
branch: master