Skip to content

Commit

Permalink
fix-credentials-set-multiple-time
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatigny authored Dec 1, 2020
1 parent 4c2f9ef commit dcca027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildHelpers/Public/Get-NextNugetPackageVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$Params.add('Credential', $Credential)
}
$Existing = $null
$Existing = Find-NugetPackage @params -PackageSourceUrl $PackageSourceUrl -Credential $Credential -IsLatest -ErrorAction Stop
$Existing = Find-NugetPackage @params -PackageSourceUrl $PackageSourceUrl -IsLatest -ErrorAction Stop
}
Catch
{
Expand Down

0 comments on commit dcca027

Please sign in to comment.