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