mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user