mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-28 07:39:49 +08:00
d78f7a9303
* CI: sign colorpicker binaries * CI: sign SVGThumbnailProvider binaries * CPDx: revert parallel project building
7 lines
323 B
Batchfile
7 lines
323 B
Batchfile
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 msbuild ../PowerToys.sln /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true || exit /b 1
|
|
SET PTRoot=..
|
|
call "..\installer\PowerToysSetup\publish.cmd"
|