CDPX: add missed restore nuget step (#8714)

This commit is contained in:
Andrey Nekrasov 2020-12-23 12:28:34 +03:00 committed by GitHub
parent dde63b5017
commit 0ffa9198f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

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