3 строки
103 B
Batchfile
3 строки
103 B
Batchfile
|
@echo off
|
||
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\build.ps1""" -test %*"
|