Skip to content

Commit 5b712c4

Browse files
Merge pull request #129 from jpatigny/master and !Deploy
fix-credentials-set-multiple-time
2 parents 4c2f9ef + dcca027 commit 5b712c4

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)