mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 18:29:24 +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'
|