From e2284de1b79ba733f577d96bd685a04f8b0d150c Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Mon, 8 Jan 2024 13:43:49 -0800 Subject: [PATCH] Update NuGetAuthenticate from 0 to 1 --- 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'