From c88d55aa52c9ce38feb178abee49640b5edc472e Mon Sep 17 00:00:00 2001 From: Ralph El Hage Date: Tue, 6 Feb 2024 19:36:14 -0800 Subject: [PATCH] Add NuGet authenticate step to build --- .azure/pipelines/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/build.yaml b/.azure/pipelines/build.yaml index ca9c605f..2e140854 100644 --- a/.azure/pipelines/build.yaml +++ b/.azure/pipelines/build.yaml @@ -42,6 +42,7 @@ stages: folderPath: '$(Build.SourcesDirectory)/src/ai/.x/config' fileType: json targetFiles: telemetry.config.json + - task: NuGetAuthenticate@1 - task: DotNetCoreCLI@2 displayName: Build inputs: