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" (
73
73
74
74
:afterbuildtoolsrestore
75
75
76
- :: Ask init-tools to also restore ILAsm
77
- set /p ILASMCOMPILER_VERSION = < " %~dp0 tools-local\ILAsmVersion.txt"
78
76
79
77
echo Initializing BuildTools...
80
78
echo 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.
10
10
export __BUILDTOOLS_USE_CSPROJ=true
11
11
__BUILD_TOOLS_PACKAGE_VERSION=$( cat " $__scriptpath /BuildToolsVersion.txt" | sed ' s/\r$//' ) # remove CR if mounted repo on Windows drive
12
12
__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
14
13
__BUILD_TOOLS_PATH=$__PACKAGES_DIR /microsoft.dotnet.buildtools/$__BUILD_TOOLS_PACKAGE_VERSION /lib
15
14
__INIT_TOOLS_RESTORE_PROJECT=$__scriptpath /init-tools.msbuild
16
15
__BUILD_TOOLS_SEMAPHORE=$__TOOLRUNTIME_DIR /$__BUILD_TOOLS_PACKAGE_VERSION /init-tools.complete
154
153
155
154
echo " Using RID $__ILASM_RID for BuildTools native tools"
156
155
157
- export ILASMCOMPILER_VERSION=$__ILASM_VERSION
158
156
export NATIVE_TOOLS_RID=$__ILASM_RID
159
157
160
158
echo " Initializing BuildTools..."
You can’t perform that action at this time.
0 commit comments