This commit is contained in:
Shawn Yuan (from Dev Box)
2025-12-09 12:30:23 +08:00
parent f645e5b3d8
commit e175a4a688

View File

@@ -7,6 +7,9 @@ parameters:
default: false
steps:
- task: NuGetAuthenticate@1
displayName: 'NuGet Authenticate'
- task: PowerShell@2
displayName: 'Generate Temporary NuGet Config'
inputs:
@@ -35,9 +38,6 @@ steps:
Set-Content -Path $tempConfigPath -Value $content -Encoding UTF8
Get-Content $tempConfigPath
- task: NuGetAuthenticate@1
displayName: 'NuGet Authenticate'
- task: PowerShell@2
displayName: Update WinAppSDK Versions
inputs: