mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[ci] restore bootstrapper nuget packages (#13201)
This commit is contained in:
@@ -32,6 +32,9 @@ restore:
|
|||||||
- !!defaultcommand
|
- !!defaultcommand
|
||||||
name: 'Restore Installer'
|
name: 'Restore Installer'
|
||||||
command: '.pipelines\restore-installer.cmd'
|
command: '.pipelines\restore-installer.cmd'
|
||||||
|
- !!defaultcommand
|
||||||
|
name: 'Restore Installer BootStrapper'
|
||||||
|
command: '.pipelines\restore-bootstrapper.cmd'
|
||||||
- !!defaultcommand
|
- !!defaultcommand
|
||||||
name: 'Restore Localization packages'
|
name: 'Restore Localization packages'
|
||||||
command: '.pipelines\restore-localization.cmd'
|
command: '.pipelines\restore-localization.cmd'
|
||||||
|
|||||||
3
.pipelines/restore-bootstrapper.cmd
Normal file
3
.pipelines/restore-bootstrapper.cmd
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
cd /D "%~dp0"
|
||||||
|
|
||||||
|
nuget restore ../installer/PowerToysBootstrapper/PowerToysBootstrapper.sln || exit /b 1
|
||||||
Reference in New Issue
Block a user