File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ if NOT exist "%BUILD_TOOLS_PATH%init-tools.cmd" (
7373
7474:afterbuildtoolsrestore
7575
76- :: Ask init-tools to also restore ILAsm
77- set /p ILASMCOMPILER_VERSION = < " %~dp0 tools-local\ILAsmVersion.txt"
7876
7977echo Initializing BuildTools...
8078echo Running: " %BUILD_TOOLS_PATH% init-tools.cmd" " %~dp0 " " %DOTNET_CMD% " " %TOOLRUNTIME_DIR% " >> " %INIT_TOOLS_LOG% "
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ if [ -z "$__BUILDTOOLS_SOURCE" ]; then __BUILDTOOLS_SOURCE=https://dotnet.myget.
1010export __BUILDTOOLS_USE_CSPROJ=true
1111__BUILD_TOOLS_PACKAGE_VERSION=$( cat " $__scriptpath /BuildToolsVersion.txt" | sed ' s/\r$//' ) # remove CR if mounted repo on Windows drive
1212__DOTNET_TOOLS_VERSION=$( cat " $__scriptpath /DotnetCLIVersion.txt" | sed ' s/\r$//' ) # remove CR if mounted repo on Windows drive
13- __ILASM_VERSION=$( cat " $__scriptpath /tools-local/ILAsmVersion.txt" | sed ' s/\r$//' ) # remove CR if mounted repo on Windows drive
1413__BUILD_TOOLS_PATH=$__PACKAGES_DIR /microsoft.dotnet.buildtools/$__BUILD_TOOLS_PACKAGE_VERSION /lib
1514__INIT_TOOLS_RESTORE_PROJECT=$__scriptpath /init-tools.msbuild
1615__BUILD_TOOLS_SEMAPHORE=$__TOOLRUNTIME_DIR /$__BUILD_TOOLS_PACKAGE_VERSION /init-tools.complete
154153
155154echo " Using RID $__ILASM_RID for BuildTools native tools"
156155
157- export ILASMCOMPILER_VERSION=$__ILASM_VERSION
158156export NATIVE_TOOLS_RID=$__ILASM_RID
159157
160158echo " Initializing BuildTools..."
You can’t perform that action at this time.
0 commit comments