fix up bootstrap script a bit

This commit is contained in:
Andrew Stanton-Nurse 2015-10-31 21:33:17 -07:00
parent fbedf48da2
commit cfb5a1836e
4 changed files with 13 additions and 15 deletions

View file

@ -2,7 +2,7 @@
SETLOCAL
SET ERRORLEVEL=
"%~dp0dnx\dnx" "%~dp0dnx\lib\Microsoft.Dnx.Tooling\Microsoft.Dnx.Tooling.dll" restore %*
"%~dp0dnx\dnx" "%~dp0dnx\lib\Microsoft.Dnx.Tooling\Microsoft.Dnx.Tooling.dll" restore --runtime "osx.10.10-x64" --runtime "ubuntu.14.04-x64" %*
exit /b %ERRORLEVEL%
ENDLOCAL