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.
1 parent 4c2f9ef commit dcca027Copy full SHA for dcca027
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