浏览代码

Issue 2340 – Stray "set" command in source code package build script

https://winscp.net/tracker/2340
(cherry picked from commit cb6e9a856703436ecf4cd62a43610a5118a6c988)

Source commit: 4c8150be4b52b48e63493ac031079d7978bf2e9c
Martin Prikryl 9 月之前
父节点
当前提交
cd26c76304
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.bat

+ 1 - 1
build.bat

@@ -21,7 +21,7 @@ set MSBUILD_COMMUNITY=%PROGRAMFILES64%\%VS_PATH_REL%\Community\%MSBUILD_REL%
 set MSBUILD=%MSBUILD_COMMUNITY%
 rem Visual Studio 2022 Build Tools (build server)
 if not exist "%MSBUILD%" set MSBUILD=%PROGRAMFILES32%\%VS_PATH_REL%\BuildTools\%MSBUILD_REL%
-if not exist "%MSBUILD%" set echo Cannot find MSBUILD (%MSBUILD%, %MSBUILD_COMMUNITY%), install Build Tools for Visual Studio 2022 & exit
+if not exist "%MSBUILD%" echo Cannot find MSBUILD (%MSBUILD%, %MSBUILD_COMMUNITY%), install Build Tools for Visual Studio 2022 & exit
 
 set WITH_DOTNET=1
 if "%BUILD_TARGET%"=="" set BUILD_TARGET=Build