[ci] restore bootstrapper nuget packages (#13201)

This commit is contained in:
Jaime Bernardo
2021-09-14 11:11:22 +01:00
committed by GitHub
parent 1edd52014e
commit 5d279ed22c
2 changed files with 6 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ restore:
- !!defaultcommand
name: 'Restore Installer'
command: '.pipelines\restore-installer.cmd'
- !!defaultcommand
name: 'Restore Installer BootStrapper'
command: '.pipelines\restore-bootstrapper.cmd'
- !!defaultcommand
name: 'Restore Localization packages'
command: '.pipelines\restore-localization.cmd'

View File

@@ -0,0 +1,3 @@
cd /D "%~dp0"
nuget restore ../installer/PowerToysBootstrapper/PowerToysBootstrapper.sln || exit /b 1