From 75933d68e5b9f20e7ed7ddd14726bde1d690d274 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Thu, 11 Jan 2024 12:46:32 -0800 Subject: [PATCH] Update NuGetAuthenticate from 0 to 1 (#310) --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 46ff7d30..44b8a14a 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -58,7 +58,7 @@ extends: steps: - task: NuGetToolInstaller@1 - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@1 inputs: nuGetServiceConnections: 'DevHomeInternal'