Skip to content

Commit cb6b0fb

Browse files
committed
Merge origin/master into dotnetCore
2 parents 5882836 + b635538 commit cb6b0fb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ init:
1111
git config --global user.email [email protected]
1212
environment:
1313
VisualStudioVersion: 15.0
14-
NuGetApiKey:
15-
secure: Ql19CstT9GvFNeSIAjXvgHXZg+/pNaYJ2jVkzde4LT2vwSyjiQgQ+M332wVYtu+r
1614
install:
1715
- ps: >-
1816
npm install npm -g
@@ -31,11 +29,3 @@ build_script:
3129
artifacts:
3230
- path: bin\**\*.nupkg
3331
- 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

Comments
 (0)