Update scripts from CoreFX
This commit is contained in:
parent
a8eaa9c787
commit
a12dcfe696
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
1.0.25-prerelease-00206
|
1.0.25-prerelease-00228-02
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue