From 7213cad8d243a8565469f950266f59557d3378b4 Mon Sep 17 00:00:00 2001 From: phil-allen-msft Date: Tue, 24 Sep 2024 05:24:22 -0700 Subject: [PATCH] nugetauthenticate --- azure-pipelines-official.yml | 1 - eng/restore-internal-tools.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index be283e7428..49ff27e5e5 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -222,7 +222,6 @@ extends: - script: eng\cibuild.cmd -configuration $(_BuildConfig) - -ci -prepareMachine -build -pack diff --git a/eng/restore-internal-tools.yml b/eng/restore-internal-tools.yml index dbe29003f1..57a2606523 100644 --- a/eng/restore-internal-tools.yml +++ b/eng/restore-internal-tools.yml @@ -1,5 +1,5 @@ steps: - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@1 inputs: nuGetServiceConnections: 'devdiv/dotnet-core-internal-tooling' forceReinstallCredentialProvider: true