File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ IF %ERRORLEVEL% NEQ 0 (
9999 exit /b 1
100100)
101101call cd /d " %path_base% \%~1 \builds\msvc\%proj_version% "
102- call " %msbuild_exe% " %msbuild_args% %~1 .sln
102+ call " %msbuild_exe% " %msbuild_args% %~1 .sln /p:PreBuildEventUseInBuild=false /p:PostBuildEventUseInBuild=false
103103IF %ERRORLEVEL% NEQ 0 (
104104 call :failure " %msbuild_exe% %msbuild_args% %~1 .sln failed."
105105 exit /b 1
@@ -116,7 +116,7 @@ IF %ERRORLEVEL% NEQ 0 (
116116 exit /b 1
117117)
118118call cd /d " %path_base% \%~1 \builds\msvc\%proj_version% "
119- call " %msbuild_exe% " %msbuild_args% /target:%~1 :Rebuild %~1 .sln
119+ call " %msbuild_exe% " %msbuild_args% /target:%~1 :Rebuild %~1 .sln /p:PreBuildEventUseInBuild=false /p:PostBuildEventUseInBuild=false
120120IF %ERRORLEVEL% NEQ 0 (
121121 call :failure " %msbuild_exe% %msbuild_args% /target:%~1 :Rebuild %~1 .sln"
122122 exit /b 1
You can’t perform that action at this time.
0 commit comments