diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index f3d34bc..547dc08 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -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