Skip to content

Commit

Permalink
Switch official builds to floating NuGet.exe (#9542)
Browse files Browse the repository at this point in the history
We were hard-coded to an ancient version of NuGet.exe, but we should be fine taking the latest stable, which is default for NuGetToolInstaller.
  • Loading branch information
rainersigwald committed Dec 19, 2023
1 parent d1132b6 commit 5cf7858
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ stages:
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)

steps:
- task: NuGetToolInstaller@0
inputs:
versionSpec: '4.9.2'
- task: NuGetToolInstaller@1
displayName: 'Install NuGet.exe'

- task: NuGetCommand@2
displayName: Restore internal tools
Expand Down

0 comments on commit 5cf7858

Please sign in to comment.