2017-11-21 08:32:09 +00:00
|
|
|
@cd %~dp0
|
|
|
|
@echo off
|
|
|
|
|
|
|
|
@set TARGET_PATH=build
|
|
|
|
|
2021-09-05 08:34:47 +00:00
|
|
|
rd /Q /S %TARGET_PATH%
|
2017-11-21 08:32:09 +00:00
|
|
|
md %TARGET_PATH%
|
|
|
|
|
|
|
|
powershell.exe -executionpolicy remotesigned -file setup-deployment.ps1 %TARGET_PATH% %*
|