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