Skip to content

Commit

Permalink
Merge pull request #129 from jpatigny/master and !Deploy
Browse files Browse the repository at this point in the history
fix-credentials-set-multiple-time
  • Loading branch information
RamblingCookieMonster authored Dec 18, 2020
2 parents 4c2f9ef + dcca027 commit 5b712c4
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 5b712c4

Please sign in to comment.