Skip to content

Commit

Permalink
Merge pull request #173 from microsoft/dev/jestedfa/nuget-6x
Browse files Browse the repository at this point in the history
Bump nuget.exe used in pipeline to 6.x
  • Loading branch information
jstedfast authored Jun 4, 2024
2 parents 44ddccc + 58723ce commit 4bc0e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ extends:
vsVersion: $(BuildParameters.vsVersion)
performMultiLevelLookup: true
- task: NuGetToolInstaller@1
displayName: Use NuGet 5.8.0
displayName: Use NuGet 6.x
inputs:
versionSpec: 5.8.0
versionSpec: 6.x
- task: NuGetCommand@2
displayName: NuGet restore
- task: VSBuild@1
Expand Down

0 comments on commit 4bc0e5a

Please sign in to comment.