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 b00a9db commit b635538Copy full SHA for b635538
appveyor.yml
@@ -11,8 +11,7 @@ init:
11
12
git config --global user.email [email protected]
13
environment:
14
- NuGetApiKey:
15
- secure: Ql19CstT9GvFNeSIAjXvgHXZg+/pNaYJ2jVkzde4LT2vwSyjiQgQ+M332wVYtu+r
+ VisualStudioVersion: 14.0
16
install:
17
- ps: >-
18
npm install npm -g
@@ -26,11 +25,3 @@ build_script:
26
25
artifacts:
27
- path: bin\**\*.nupkg
28
- path: bin\js\*.tgz
29
-on_success:
30
-- ps: >-
31
- if ($env:NuGetApiKey -and $env:APPVEYOR_REPO_TAG_NAME -match "^v\d") {
32
- Write-Output "Publishing release packages to nuget.org due to pushed tag $env:APPVEYOR_REPO_TAG_NAME"
33
- Get-ChildItem bin\Release\Nerdbank.GitVersioning.NuGet\*.nupkg -exclude *.symbols.nupkg |% {
34
- nuget push $_ -ApiKey $env:NuGetApiKey
35
- }
36
0 commit comments