mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
Use NuGet 6.x (#1874)
Update the build pipeline to use the latest available version of NuGet.
This commit is contained in:
parent
704b28f29b
commit
ced7f6b0de
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ jobs:
|
|||
vstsPackageVersion: 0.0.103
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
displayName: Use NuGet 5.x
|
||||
displayName: Use NuGet 6.x
|
||||
inputs:
|
||||
versionSpec: 5.x
|
||||
versionSpec: 6.x
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: NuGet restore src/Calculator.sln
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue