dotnet-installer/scripts/dotnet-dnx.cmd

13 lines
326 B
Batchfile
Raw Normal View History

2015-11-17 23:15:28 +00:00
@Echo OFF
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.
SETLOCAL
SET ERRORLEVEL=
2016-01-04 20:36:46 +00:00
"%~dp0dnx\dnx" "%~dp0dnx\lib\Microsoft.Dnx.Tooling\Microsoft.Dnx.Tooling.dll" %*
exit /b %ERRORLEVEL%
ENDLOCAL