We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99bb20 commit 4a30df9Copy full SHA for 4a30df9
1 file changed
appveyor.yml
@@ -26,7 +26,7 @@ on_success:
26
- ps: >-
27
if ($env:NuGetApiKey -and $env:APPVEYOR_REPO_TAG_NAME -match "^v\d\.\d") {
28
Write-Output "Publishing release packages to nuget.org due to pushed tag $env:APPVEYOR_REPO_TAG_NAME"
29
- Get-ChildItem bin\Release\PCLCrypto.NuGet\PCLCrypto.*.nupkg -exclude *.symbols.nupkg |% {
+ Get-ChildItem bin\Release\Packages\*.nupkg -exclude *.symbols.nupkg |% {
30
nuget push $_ -ApiKey $env:NuGetApiKey
31
}
32
0 commit comments