瀏覽代碼

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

https://winscp.net/tracker/2340

Source commit: 5af090f016e7410d3cdb2707a34c6e05b36d204f
Martin Prikryl 9 月之前
父節點
當前提交
cb6e9a8567
共有 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