Merge branch 'master' of /home/vihofer/consolidation/artifacts/coreclr
[platform/upstream/dotnet/runtime.git] / build.cmd
1 @echo off
2
3 if "%~1"=="-h" goto help
4 if "%~1"=="-help" goto help
5 if "%~1"=="-?" goto help
6 if "%~1"=="/?" goto help
7
8 powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0eng\build.ps1" %*
9 goto end
10
11 :help
12 powershell -ExecutionPolicy ByPass -NoProfile -Command "& { . '%~dp0eng\build.ps1'; Get-Help }"
13
14 :end
15 exit /b %ERRORLEVEL%