Skip to content

Commit 0af2ebb

Browse files
committed
Remove code to publish with build on AppVeyor
1 parent 9afb86f commit 0af2ebb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,3 @@ build:
2323
artifacts:
2424
- path: bin\**\*.nupkg
2525
name: NuGet Packages
26-
on_success:
27-
- ps: >-
28-
if ($env:NuGetApiKey -and $env:APPVEYOR_REPO_TAG_NAME -match "^v\d\.\d") {
29-
Write-Output "Publishing release packages to nuget.org due to pushed tag $env:APPVEYOR_REPO_TAG_NAME"
30-
Get-ChildItem bin\Release\Packages\*.nupkg -exclude *.symbols.nupkg |% {
31-
nuget push $_ -ApiKey $env:NuGetApiKey
32-
}
33-
}

0 commit comments

Comments
 (0)