Skip to content

Commit 74a2c99

Browse files
committed
Update appveyor deployment settings
1 parent 21ca6fd commit 74a2c99

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.appveyor.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@ clone_depth: 1
55
branches:
66
only:
77
- master
8-
- release
98
- dev
10-
- /^(.*\/)?ci-.*$/
9+
- appveyor
1110
build_script:
1211
- ps: .\build.ps1
1312
environment:
1413
global:
1514
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1615
DOTNET_CLI_TELEMETRY_OPTOUT: 1
1716
test: off
18-
deploy: off
1917
os: Visual Studio 2017
2018
artifacts:
2119
- path: artifacts/*.nupkg
2220
name: Packages
2321
type: NuGetPackages
22+
deploy:
23+
- provider: NuGet
24+
skip_symbols: true
25+
api_key:
26+
secure: MIhcKhOCOJ64Cdf6S+uBuvKS0mSHsDSLxuXCAASqPDL/Wcgo8TAJMIR3p2Y4OqvP
27+
on:
28+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)