Merge pull request #2240 from jkotas/remove-r2r-workaround

Remove ReadyToRun workaround
This commit is contained in:
Jan Kotas 2016-04-05 21:30:35 -10:00
commit 722cd3b681
2 changed files with 0 additions and 6 deletions

View file

@ -3,7 +3,4 @@
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.
REM Crossgen Workaround
set ComPlus_ReadyToRun=0
powershell -NoProfile -NoLogo -Command "%~dp0scripts\run-build.ps1 %*; exit $LastExitCode;"

View file

@ -1,9 +1,6 @@
@if "%_echo%" neq "on" echo off
setlocal
REM Workaround https://github.com/dotnet/coreclr/issues/2153
set ComPlus_ReadyToRun=0
set INIT_TOOLS_LOG=%~dp0init-tools.log
if [%PACKAGES_DIR%]==[] set PACKAGES_DIR=%~dp0packages\
if [%TOOLRUNTIME_DIR%]==[] set TOOLRUNTIME_DIR=%~dp0Tools