Files
velopack/test/LegacyTestApp/buildall.bat
2024-01-04 11:09:25 +00:00

20 lines
574 B
Batchfile

rmdir /s /q bin
rmdir /s /q obj
rmdir /s /q releases
powershell -executionpolicy bypass ./BuildSquirrelWin.ps1
copy /Y Releases\Setup.exe ..\fixtures\LegacyTestApp-SquirrelWinV2-Setup.exe
rmdir /s /q bin
rmdir /s /q obj
rmdir /s /q releases
powershell -executionpolicy bypass ./BuildClowdV2.ps1
copy /Y releases\LegacyTestAppSetup.exe ..\fixtures\LegacyTestApp-ClowdV2-Setup.exe
rmdir /s /q bin
rmdir /s /q obj
rmdir /s /q releases
powershell -executionpolicy bypass ./BuildClowdV3.ps1
copy /Y releases\LegacyTestAppSetup.exe ..\fixtures\LegacyTestApp-ClowdV3-Setup.exe