File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ IF %ERRORLEVEL% NEQ 0 (
8989 exit /b 1
9090)
9191call cd /d " %path_base% \%~1 \builds\msvc\%proj_version% "
92- call " %msbuild_exe% " %msbuild_args% %~1 .sln
92+ call " %msbuild_exe% " %msbuild_args% %~1 .sln /p:PreBuildEventUseInBuild=false /p:PostBuildEventUseInBuild=false
9393IF %ERRORLEVEL% NEQ 0 (
9494 call :failure " %msbuild_exe% %msbuild_args% %~1 .sln failed."
9595 exit /b 1
@@ -106,7 +106,7 @@ IF %ERRORLEVEL% NEQ 0 (
106106 exit /b 1
107107)
108108call cd /d " %path_base% \%~1 \builds\msvc\%proj_version% "
109- call " %msbuild_exe% " %msbuild_args% /target:%~1 :Rebuild %~1 .sln
109+ call " %msbuild_exe% " %msbuild_args% /target:%~1 :Rebuild %~1 .sln /p:PreBuildEventUseInBuild=false /p:PostBuildEventUseInBuild=false
110110IF %ERRORLEVEL% NEQ 0 (
111111 call :failure " %msbuild_exe% %msbuild_args% /target:%~1 :Rebuild %~1 .sln"
112112 exit /b 1
You can’t perform that action at this time.
0 commit comments