3 строки
95 B
Batchfile
3 строки
95 B
Batchfile
|
@echo off
|
||
|
powershell -ExecutionPolicy ByPass %~dp0build\Build.ps1 -test %*
|
||
|
exit /b %ErrorLevel%
|