2015-11-17 15:15:28 -08:00
|
|
|
@echo off
|
|
|
|
|
2015-11-16 11:21:57 -08:00
|
|
|
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
|
|
|
|
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
|
2016-01-24 01:04:39 -08:00
|
|
|
REM Crossgen Workaround
|
|
|
|
set ComPlus_ReadyToRun=0
|
|
|
|
|
2015-12-28 11:47:21 -08:00
|
|
|
powershell -NoProfile -NoLogo -Command "%~dp0scripts\build\build.ps1 %*; exit $LastExitCode;"
|