Use NuGet 6.x (#1874)

Update the build pipeline to use the latest available version of NuGet.
This commit is contained in:
Matt Cooley 2022-08-04 07:42:22 -07:00 committed by GitHub
parent 704b28f29b
commit ced7f6b0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,9 +48,9 @@ jobs:
vstsPackageVersion: 0.0.103 vstsPackageVersion: 0.0.103
- task: NuGetToolInstaller@1 - task: NuGetToolInstaller@1
displayName: Use NuGet 5.x displayName: Use NuGet 6.x
inputs: inputs:
versionSpec: 5.x versionSpec: 6.x
- task: NuGetCommand@2 - task: NuGetCommand@2
displayName: NuGet restore src/Calculator.sln displayName: NuGet restore src/Calculator.sln