[CI] Set argument MSBuild.exe -maxcpucount to speed up build on windows.
- Related issues: None
- Requested reviewers: @pihlajakuja
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.