Moved publishing to publish.cmd script (#3259)

This commit is contained in:
Arjun Balgovind
2020-05-20 09:35:02 -07:00
committed by GitHub
parent 61c0c35e92
commit 32b8a344a6
3 changed files with 66 additions and 69 deletions

View File

@@ -4,3 +4,5 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Too
call msbuild ../PowerToys.sln /p:Configuration=Release /p:Platform=x64 || exit /b 1
call msbuild ../src/common/notifications/notifications_dll.vcxproj /p:Configuration=Release /p:Platform=x64 || exit /b 1
call msbuild ../src/common/notifications_winrt/notifications.vcxproj /p:Configuration=Release /p:Platform=x64 || exit /b 1
SET PTRoot=..
call "..\installer\PowerToysSetup\publish.cmd"