File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ if NOT exist "%DOTNET_LOCAL_PATH%" (
75
75
if exist " %BUILD_TOOLS_PATH% " goto :afterbuildtoolsrestore
76
76
echo Restoring BuildTools version %BUILDTOOLS_VERSION% ...
77
77
echo 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% "
78
- 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% "
78
+ 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% "
79
79
if NOT exist " %BUILD_TOOLS_PATH% \init-tools.cmd" (
80
80
echo ERROR: Could not restore build tools correctly. 1 >& 2
81
81
goto :error
@@ -101,4 +101,4 @@ exit /b 0
101
101
:error
102
102
echo Please check the detailed log that follows. 1 >& 2
103
103
type " %INIT_TOOLS_LOG% " 1 >& 2
104
- exit /b 1
104
+ exit /b 1
You can’t perform that action at this time.
0 commit comments