7d4706c3d7
Former-commit-id: 066e1c5ebb0cc420bd293e60a01325420779fdd1
9 lines
175 B
Batchfile
9 lines
175 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set _args=%*
|
|
if "%~1"=="-?" set _args=-help
|
|
|
|
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0eng\build.ps1" %_args%
|
|
exit /b %ERRORLEVEL%
|