[Tizen] make corefx-managed as noarch pkg
[platform/upstream/dotnet/runtime.git] / build.cmd
1 @echo off
2 setlocal
3
4 set _args=%*
5 if "%~1"=="-?" set _args=-help
6 if "%~1"=="/?" set _args=-help
7
8 powershell -ExecutionPolicy ByPass -NoProfile -Command "& '%~dp0eng\build.ps1'" %_args%
9 exit /b %ERRORLEVEL%