mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 01:08:18 +08:00
CDPX: add missed restore nuget step (#8714)
This commit is contained in:
parent
dde63b5017
commit
0ffa9198f5
@ -37,6 +37,10 @@ restore:
|
||||
- !!defaultcommand
|
||||
name: 'Restore Localization packages'
|
||||
command: '.pipelines\restore-localization.cmd'
|
||||
- !!defaultcommand
|
||||
name: 'Restore Tools packages'
|
||||
command: '.pipelines\restore-tools.cmd'
|
||||
|
||||
|
||||
|
||||
build:
|
||||
|
3
.pipelines/restore-tools.cmd
Normal file
3
.pipelines/restore-tools.cmd
Normal file
@ -0,0 +1,3 @@
|
||||
cd /D "%~dp0"
|
||||
|
||||
nuget restore ../tools/BugReportTool/BugReportTool.sln || exit /b 1
|
Loading…
Reference in New Issue
Block a user