msbuild slower than devenv

Posted by Simone on Stack Overflow See other posts from Stack Overflow or by Simone
Published on 2010-03-17T21:28:11Z Indexed on 2010/03/18 2:31 UTC
Read the original article Hit count: 586

Filed under:
|
|

Hi, I'm experiencing performance inconsistencies with regards to build duration when building a VS2008 solution file with either devenv or msbuild from command line.

My solution contains both C# and C++ projects, and I have these results:

devenv.exe (either command line or within the ide): 7 minutes msbuild.exe: 14 minutes

I tried tuning the msbuild switches passing /maxcpucount and /p:VCBuildAdditionalOptions=m# but with no luck so far.

Any idea?

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about vc++