Update scripts from CoreFX

This commit is contained in:
Senthil 2016-03-28 18:47:35 -07:00
parent a8eaa9c787
commit a12dcfe696
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
1.0.25-prerelease-00206 1.0.25-prerelease-00228-02

View file

@ -1,4 +1,4 @@
@echo off @if "%_echo%" neq "on" echo off
setlocal setlocal
REM Workaround https://github.com/dotnet/coreclr/issues/2153 REM Workaround https://github.com/dotnet/coreclr/issues/2153

View file

@ -19,6 +19,7 @@ case $OSName in
Darwin) Darwin)
OS=OSX OS=OSX
__DOTNET_PKG=dotnet-osx-x64 __DOTNET_PKG=dotnet-osx-x64
ulimit -n 2048
;; ;;
Linux) Linux)