4 строки
141 B
Batchfile
4 строки
141 B
Batchfile
|
@echo off
|
||
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore -build %*"
|
||
|
exit /b %ErrorLevel%
|