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
@ -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…
Reference in New Issue
Block a user