Skip to content

Reduce build time in VS Jenkins builds

On Windows the msbuild process stays active by default to wait for new build jobs. The automated build in Jenkins though waits for all processes to finish. The patch causes msbuild to finish directly after the build, bringing down compile time from about 18 minutes to 5-6.

Merge request reports