From 97feb184a3be54e5d2a6a353b76b2655f2e95707 Mon Sep 17 00:00:00 2001 From: "Shawn Yuan (from Dev Box)" Date: Tue, 9 Dec 2025 13:52:00 +0800 Subject: [PATCH] update --- .../steps-update-winappsdk-and-restore-nuget.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.pipelines/v2/templates/steps-update-winappsdk-and-restore-nuget.yml b/.pipelines/v2/templates/steps-update-winappsdk-and-restore-nuget.yml index f9330bce64..ef4d902ded 100644 --- a/.pipelines/v2/templates/steps-update-winappsdk-and-restore-nuget.yml +++ b/.pipelines/v2/templates/steps-update-winappsdk-and-restore-nuget.yml @@ -7,9 +7,6 @@ parameters: default: false steps: -- task: NuGetAuthenticate@1 - displayName: 'NuGet Authenticate' - - task: PowerShell@2 displayName: 'Generate Temporary NuGet Config' inputs: @@ -50,6 +47,11 @@ steps: - script: echo $(WinAppSDKVersion) displayName: 'Display WinAppSDK Version Found' +- task: NuGetAuthenticate@1 + displayName: 'NuGet Authenticate' + inputs: + nugetConfigPath: '$(Build.SourcesDirectory)\nuget_temp.config' + - task: NuGetCommand@2 displayName: 'Restore NuGet packages' inputs: