forked from CommunityToolkit/WindowsCommunityToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
37 lines (29 loc) · 764 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
image: Visual Studio 2017
branches:
only:
- master
- rel/2.0.0
- rel/2.0.1
- rel/2.1.0
- rel/3.0.0
environment:
SignClientSecret:
secure: erZhzDCn/vhjD2zlGbG9BITzFL4/sIThwMXrmUnFDY2LxUXSZG5Q/tr0pTEPbcm8
skip_branch_with_pr: true
nuget:
disable_publish_on_pr: true
skip_commits:
files:
- 'docs/**/*.*'
init:
- ps: git config --global core.autocrlf true
build_script:
- ps: .\build\build.ps1 -target=SignNuGet
artifacts:
- path: .\bin\nupkg\*.nupkg
deploy:
provider: NuGet
server: https://dotnet.myget.org/F/uwpcommunitytoolkit/api/v2/package
api_key:
secure: zdiFuDKIh6wae8N0V0rT5b8q1pQjuX/YImNWBAlyGkqS7zCfeIrEUb3up4sTuxaU
symbol_server: https://dotnet.myget.org/F/uwpcommunitytoolkit/symbols/api/v2/package