From 638f7fed6d14c616642c234f51209d08de725c38 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Thu, 14 Dec 2023 09:40:48 -0600 Subject: [PATCH] Switch official builds to floating NuGet.exe We were hard-coded to an ancient version of NuGet.exe, but we should be fine taking the latest stable, which is default for NuGetToolInstaller. --- .vsts-dotnet.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vsts-dotnet.yml b/.vsts-dotnet.yml index ea163193844..b5f39237a23 100644 --- a/.vsts-dotnet.yml +++ b/.vsts-dotnet.yml @@ -98,9 +98,8 @@ stages: value: steps: - - task: NuGetToolInstaller@0 - inputs: - versionSpec: '4.9.2' + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' - task: NuGetCommand@2 displayName: Restore internal tools