This commit is contained in:
Shawn Yuan (from Dev Box)
2025-12-09 13:52:00 +08:00
parent 7d8c0c7440
commit 97feb184a3

View File

@@ -7,9 +7,6 @@ parameters:
default: false default: false
steps: steps:
- task: NuGetAuthenticate@1
displayName: 'NuGet Authenticate'
- task: PowerShell@2 - task: PowerShell@2
displayName: 'Generate Temporary NuGet Config' displayName: 'Generate Temporary NuGet Config'
inputs: inputs:
@@ -50,6 +47,11 @@ steps:
- script: echo $(WinAppSDKVersion) - script: echo $(WinAppSDKVersion)
displayName: 'Display WinAppSDK Version Found' displayName: 'Display WinAppSDK Version Found'
- task: NuGetAuthenticate@1
displayName: 'NuGet Authenticate'
inputs:
nugetConfigPath: '$(Build.SourcesDirectory)\nuget_temp.config'
- task: NuGetCommand@2 - task: NuGetCommand@2
displayName: 'Restore NuGet packages' displayName: 'Restore NuGet packages'
inputs: inputs: