summaryrefslogtreecommitdiff
path: root/dotnet.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet.cmd')
-rw-r--r--dotnet.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/dotnet.cmd b/dotnet.cmd
index afb3f5a50d..dc2dd4cdb2 100644
--- a/dotnet.cmd
+++ b/dotnet.cmd
@@ -14,10 +14,10 @@ set DOTNET_MULTILEVEL_LOOKUP=0
:: Disable first run since we do not need all ASP.NET packages restored.
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
-:: Restore the Tools directory
-call %~dp0init-tools.cmd
+:: Install dotnet
+call %~dp0\init-dotnet.cmd
if NOT [%ERRORLEVEL%]==[0] (
- exit /b 1
+ exit /b %ERRORLEVEL%
)
pushd %~dp0