We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca6fd commit 74a2c99Copy full SHA for 74a2c99
.appveyor.yml
@@ -5,19 +5,24 @@ clone_depth: 1
5
branches:
6
only:
7
- master
8
- - release
9
- dev
10
- - /^(.*\/)?ci-.*$/
+ - appveyor
11
build_script:
12
- ps: .\build.ps1
13
environment:
14
global:
15
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16
DOTNET_CLI_TELEMETRY_OPTOUT: 1
17
test: off
18
-deploy: off
19
os: Visual Studio 2017
20
artifacts:
21
- path: artifacts/*.nupkg
22
name: Packages
23
type: NuGetPackages
+deploy:
+ - provider: NuGet
24
+ skip_symbols: true
25
+ api_key:
26
+ secure: MIhcKhOCOJ64Cdf6S+uBuvKS0mSHsDSLxuXCAASqPDL/Wcgo8TAJMIR3p2Y4OqvP
27
+ on:
28
+ appveyor_repo_tag: true
0 commit comments