From ced7f6b0de1abea253fd40ba04850e4cf50f1ae6 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Thu, 4 Aug 2022 07:42:22 -0700 Subject: [PATCH] Use NuGet 6.x (#1874) Update the build pipeline to use the latest available version of NuGet. --- build/pipelines/templates/build-single-architecture.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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