-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
39 lines (32 loc) · 962 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
39
#version: 0.6.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
skip_branch_with_pr: true
image: Visual Studio 2019
platform: Any CPU
cache:
- '%USERPROFILE%\.nuget\packages'
- '%LocalAppData%\NuGet\Cache'
- '%LocalAppData%\NuGet\v3-cache'
deploy:
- provider: NuGet
api_key:
secure: Zi9RhxSllsk8XZdNSb61Hl66lHtpbpr3Uu+Y1Ri6+cB5Kiu1qyfOGuKhsooTXePN
on:
branch: master
artifacts:
- path: dist/*.nupkg
name: NuGet Package
build_script:
- ps: "cd src\\Defaults \ndotnet pack \ncd ..\\..\\"
- ps: "cd src\\Copyright \ndotnet pack \ncd ..\\..\\"
- ps: "cd src\\Versioning \ndotnet pack \ncd ..\\..\\"
- ps: "cd src\\Versioning.AppVeyor \ndotnet pack \ncd ..\\..\\"
- ps: "cd src\\Multitargeting \ndotnet pack \ncd ..\\..\\"
- ps: "cd src\\Nuspec \ndotnet pack \ncd ..\\..\\"
- ps: "cd src\\ExternalAnnotations \ndotnet pack \ncd ..\\..\\"
for:
- branches:
only:
- master