We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1d08b commit 295df69Copy full SHA for 295df69
1 file changed
build/psgallery-release.yml
@@ -148,6 +148,7 @@ stages:
148
packDestination: '$(Build.ArtifactStagingDirectory)'
149
- task: NuGetToolInstaller@1
150
displayName: 'Install NuGet'
151
+ checkLatest: true
152
- powershell: |
153
Get-ChildItem -Path $env:ARTIFACT_DIR -Filter *.nupkg -Recurse |
154
% { & "nuget" push $_.FullName -Source $(Source) -ApiKey $(NuGet.ApiKey) -SkipDuplicate | Out-File log.txt -Append }
0 commit comments