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