mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
update
This commit is contained in:
@@ -7,6 +7,9 @@ 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:
|
||||||
@@ -35,9 +38,6 @@ steps:
|
|||||||
Set-Content -Path $tempConfigPath -Value $content -Encoding UTF8
|
Set-Content -Path $tempConfigPath -Value $content -Encoding UTF8
|
||||||
Get-Content $tempConfigPath
|
Get-Content $tempConfigPath
|
||||||
|
|
||||||
- task: NuGetAuthenticate@1
|
|
||||||
displayName: 'NuGet Authenticate'
|
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Update WinAppSDK Versions
|
displayName: Update WinAppSDK Versions
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user