From 053d7114a72aac12d1382ecc2a23b2dfdd5b084b Mon Sep 17 00:00:00 2001 From: Codrin-Victor Poienaru Date: Wed, 27 Dec 2023 16:07:38 +0100 Subject: [PATCH] Replaced obsolete NuGetAuthenticate@0 with NuGetAuthenticate@1 (#4800) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 336ca5006c..df22a05058 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -283,7 +283,7 @@ stages: artifactName: VSSetupArtifacts targetPath: '$(Build.SourcesDirectory)/artifacts/VSSetup/$(_BuildConfig)' - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@1 displayName: 'NuGet Authenticate to dotnet-tools and test-tools feeds' - task: NuGetCommand@2