We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c2f9ef + dcca027 commit 5b712c4Copy full SHA for 5b712c4
BuildHelpers/Public/Get-NextNugetPackageVersion.ps1
@@ -60,7 +60,7 @@
60
$Params.add('Credential', $Credential)
61
}
62
$Existing = $null
63
- $Existing = Find-NugetPackage @params -PackageSourceUrl $PackageSourceUrl -Credential $Credential -IsLatest -ErrorAction Stop
+ $Existing = Find-NugetPackage @params -PackageSourceUrl $PackageSourceUrl -IsLatest -ErrorAction Stop
64
65
Catch
66
{
0 commit comments