This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ if NOT exist "%DOTNET_LOCAL_PATH%" (
6262
6363if exist " %BUILD_TOOLS_PATH% " goto :afterbuildtoolsrestore
6464echo %__MsgPrefix% Restoring BuildTools version %BUILDTOOLS_VERSION% ...
65- echo %__MsgPrefix% Running: " %DOTNET_CMD% " restore " %INIT_TOOLS_RESTORE_PROJECT% " --no-cache --packages %PACKAGES_DIR% --source " %BUILDTOOLS_SOURCE% " /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% >> " %INIT_TOOLS_LOG% "
66- call " %DOTNET_CMD% " restore " %INIT_TOOLS_RESTORE_PROJECT% " --no-cache --packages %PACKAGES_DIR% --source " %BUILDTOOLS_SOURCE% " /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% >> " %INIT_TOOLS_LOG% "
65+ echo %__MsgPrefix% Running: " %DOTNET_CMD% " restore " %INIT_TOOLS_RESTORE_PROJECT% " --no-cache --packages %PACKAGES_DIR% --source " %BUILDTOOLS_SOURCE% " /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% /p:ToolsDir= %TOOLRUNTIME_DIR% >> " %INIT_TOOLS_LOG% "
66+ call " %DOTNET_CMD% " restore " %INIT_TOOLS_RESTORE_PROJECT% " --no-cache --packages %PACKAGES_DIR% --source " %BUILDTOOLS_SOURCE% " /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% /p:ToolsDir= %TOOLRUNTIME_DIR% >> " %INIT_TOOLS_LOG% "
6767if NOT exist " %BUILD_TOOLS_PATH% init-tools.cmd" (
6868 %__MsgPrefix% echo ERROR: Could not restore build tools correctly. 1 >& 2
6969 goto :error
Original file line number Diff line number Diff line change 139139
140140if [ ! -e $__BUILD_TOOLS_PATH ]; then
141141 echo " Restoring BuildTools version $__BUILD_TOOLS_PACKAGE_VERSION ..."
142- echo " Running: $__DOTNET_CMD restore \" $__INIT_TOOLS_RESTORE_PROJECT \" --no-cache --packages $__PACKAGES_DIR --source $__BUILDTOOLS_SOURCE /p:BuildToolsPackageVersion=$__BUILD_TOOLS_PACKAGE_VERSION " >> $__init_tools_log
143- $__DOTNET_CMD restore " $__INIT_TOOLS_RESTORE_PROJECT " --no-cache --packages $__PACKAGES_DIR --source $__BUILDTOOLS_SOURCE /p:BuildToolsPackageVersion=$__BUILD_TOOLS_PACKAGE_VERSION >> $__init_tools_log
142+ echo " Running: $__DOTNET_CMD restore \" $__INIT_TOOLS_RESTORE_PROJECT \" --no-cache --packages $__PACKAGES_DIR --source $__BUILDTOOLS_SOURCE /p:BuildToolsPackageVersion=$__BUILD_TOOLS_PACKAGE_VERSION /p:ToolsDir= $__TOOLRUNTIME_DIR " >> $__init_tools_log
143+ $__DOTNET_CMD restore " $__INIT_TOOLS_RESTORE_PROJECT " --no-cache --packages $__PACKAGES_DIR --source $__BUILDTOOLS_SOURCE /p:BuildToolsPackageVersion=$__BUILD_TOOLS_PACKAGE_VERSION /p:ToolsDir= $__TOOLRUNTIME_DIR >> $__init_tools_log
144144 if [ ! -e " $__BUILD_TOOLS_PATH /init-tools.sh" ]; then
145145 echo " ERROR: Could not restore build tools correctly." 1>&2
146146 display_error_message
You can’t perform that action at this time.
0 commit comments