summaryrefslogtreecommitdiff
path: root/init-tools.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'init-tools.cmd')
-rw-r--r--init-tools.cmd5
1 files changed, 4 insertions, 1 deletions
diff --git a/init-tools.cmd b/init-tools.cmd
index f658d4e48a..7e77566199 100644
--- a/init-tools.cmd
+++ b/init-tools.cmd
@@ -71,6 +71,9 @@ if NOT exist "%BUILD_TOOLS_PATH%init-tools.cmd" (
:afterbuildtoolsrestore
+:: Ask init-tools to also restore ILAsm
+set /p ILASMCOMPILER_VERSION=< "%~dp0ILAsmVersion.txt"
+
echo %__MsgPrefix%Initializing BuildTools...
echo %__MsgPrefix%Running: "%BUILD_TOOLS_PATH%init-tools.cmd" "%~dp0" "%DOTNET_CMD%" "%TOOLRUNTIME_DIR%" >> "%INIT_TOOLS_LOG%"
call "%BUILD_TOOLS_PATH%init-tools.cmd" "%~dp0" "%DOTNET_CMD%" "%TOOLRUNTIME_DIR%" >> "%INIT_TOOLS_LOG%"
@@ -91,4 +94,4 @@ exit /b 0
:error
echo %__MsgPrefix%Please check the detailed log that follows. 1>&2
type "%INIT_TOOLS_LOG%" 1>&2
-exit /b 1 \ No newline at end of file
+exit /b 1