We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afb86f commit 0af2ebbCopy full SHA for 0af2ebb
1 file changed
appveyor.yml
@@ -23,11 +23,3 @@ build:
23
artifacts:
24
- path: bin\**\*.nupkg
25
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