Skip to content

Commit 12902f5

Browse files
authored
fix: fix NuGetToolInstaller task (#393)
Co-authored-by: Pim Simons <pim.simons@codit.eu>
1 parent 295df69 commit 12902f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/psgallery-release.yml

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

0 commit comments

Comments
 (0)