Skip to content

Commit 295df69

Browse files
authored
fix: use latest version of nuget during release (#392)
Co-authored-by: Pim Simons <pim.simons@codit.eu>
1 parent df1d08b commit 295df69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/psgallery-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ stages:
148148
packDestination: '$(Build.ArtifactStagingDirectory)'
149149
- task: NuGetToolInstaller@1
150150
displayName: 'Install NuGet'
151+
checkLatest: true
151152
- powershell: |
152153
Get-ChildItem -Path $env:ARTIFACT_DIR -Filter *.nupkg -Recurse |
153154
% { & "nuget" push $_.FullName -Source $(Source) -ApiKey $(NuGet.ApiKey) -SkipDuplicate | Out-File log.txt -Append }

0 commit comments

Comments
 (0)