Skip to content

Commit

Permalink
fix: fix NuGetToolInstaller task (#393)
Browse files Browse the repository at this point in the history
Co-authored-by: Pim Simons <[email protected]>
  • Loading branch information
pim-simons and pim-simons authored May 26, 2023
1 parent 295df69 commit 12902f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/psgallery-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ stages:
packDestination: '$(Build.ArtifactStagingDirectory)'
- task: NuGetToolInstaller@1
displayName: 'Install NuGet'
checkLatest: true
inputs:
checkLatest: true
- powershell: |
Get-ChildItem -Path $env:ARTIFACT_DIR -Filter *.nupkg -Recurse |
% { & "nuget" push $_.FullName -Source $(Source) -ApiKey $(NuGet.ApiKey) -SkipDuplicate | Out-File log.txt -Append }
Expand Down

0 comments on commit 12902f5

Please sign in to comment.