File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ IF %ERRORLEVEL% NEQ 0 (
6969 exit /b 1
7070)
7171call cd /d " %path_base% \%~1 \builds\msvc\%proj_version% "
72- call " %msbuild_exe% " %msbuild_args% %~1 .sln
72+ call " %msbuild_exe% " %msbuild_args% %~1 .sln /p:PreBuildEventUseInBuild=false /p:PostBuildEventUseInBuild=false
7373IF %ERRORLEVEL% NEQ 0 (
7474 call :failure " %msbuild_exe% %msbuild_args% %~1 .sln failed."
7575 exit /b 1
@@ -86,7 +86,7 @@ IF %ERRORLEVEL% NEQ 0 (
8686 exit /b 1
8787)
8888call cd /d " %path_base% \%~1 \builds\msvc\%proj_version% "
89- call " %msbuild_exe% " %msbuild_args% /target:%~1 :Rebuild %~1 .sln
89+ call " %msbuild_exe% " %msbuild_args% /target:%~1 :Rebuild %~1 .sln /p:PreBuildEventUseInBuild=false /p:PostBuildEventUseInBuild=false
9090IF %ERRORLEVEL% NEQ 0 (
9191 call :failure " %msbuild_exe% %msbuild_args% /target:%~1 :Rebuild %~1 .sln"
9292 exit /b 1
You can’t perform that action at this time.
0 commit comments