Skip to content

[CI] Set argument MSBuild.exe -maxcpucount to speed up build on windows.

norvell requested to merge ci/msbuild-maxcpucount into main

I noticed the MSBuild.exe was running in single thread mode. This MR adds the argument -maxcpucount to MSBuild.exe that makes the build parallel and faster. I tested it on our runner here https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/pipelines/28939 and it seems to work fine.

Merge request reports

Loading