fort/deploy/setup-deployment.bat
2021-09-05 11:34:47 +03:00

10 lines
175 B
Batchfile

@cd %~dp0
@echo off
@set TARGET_PATH=build
rd /Q /S %TARGET_PATH%
md %TARGET_PATH%
powershell.exe -executionpolicy remotesigned -file setup-deployment.ps1 %TARGET_PATH% %*