mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
15 lines
408 B
YAML
15 lines
408 B
YAML
parameters:
|
|
sdkVersion: 17134
|
|
|
|
steps:
|
|
- task: powershell@2
|
|
inputs:
|
|
targetType: filePath
|
|
filePath: .\.pipelines\restore-dependencies.ps1
|
|
displayName: 'Install VS dependencies'
|
|
- task: powershell@2
|
|
inputs:
|
|
targetType: filePath
|
|
filePath: .\.pipelines\restore-windowsSdk17134.ps1
|
|
arguments: ${{ parameters.sdkVersion }}
|
|
displayName: 'Install Windows SDK 17134' |