We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba3221 commit ab27250Copy full SHA for ab27250
build/promotenuget.ps1
@@ -74,7 +74,7 @@ foreach ($package in $packages) {
74
try
75
{
76
Write-Host "Checking if $package version $Version exists..."
77
- $response = Invoke-RestMethod -Uri $uri -Method Get -Headers $headers
+ Invoke-RestMethod -Uri $uri -Method Get -Headers $headers
78
}
79
catch
80
0 commit comments