[CDPx] move build script out of .pipeline (#1394)

This commit is contained in:
Enrico Giordani
2020-02-27 19:18:11 +01:00
committed by GitHub
parent 278a77247d
commit 3d03bea582
7 changed files with 2 additions and 109 deletions

View File

@@ -0,0 +1,4 @@
cd /D "%~dp0"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0
call makeappx build /v /overwrite /f PackagingLayout.xml /id "PowerToys-x64" /op bin\ || exit /b 1