Skip to content

Commit

Permalink
Build: Update NuGet to 5.8 (microsoft#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
clguiman authored Nov 21, 2020
1 parent d976f47 commit ec73513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/yaml/steps/windows/nugetrestore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
# Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH. Use this task to change the version of NuGet used in the NuGet tasks.
- task: NuGetToolInstaller@0
inputs:
versionSpec: '5.7.0'
versionSpec: '5.8.0'

# nuget restore
- task: NuGetCommand@2
Expand Down

0 comments on commit ec73513

Please sign in to comment.