Skip to content

Commit dcca027

Browse files
authored
fix-credentials-set-multiple-time
1 parent 4c2f9ef commit dcca027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildHelpers/Public/Get-NextNugetPackageVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
$Params.add('Credential', $Credential)
6161
}
6262
$Existing = $null
63-
$Existing = Find-NugetPackage @params -PackageSourceUrl $PackageSourceUrl -Credential $Credential -IsLatest -ErrorAction Stop
63+
$Existing = Find-NugetPackage @params -PackageSourceUrl $PackageSourceUrl -IsLatest -ErrorAction Stop
6464
}
6565
Catch
6666
{

0 commit comments

Comments
 (0)