8

I encounter a noticable difference in the speed when building the same solution one time with Devenv and the other time with msbuild /m.

As an information I have set the parameter "number of parallel build processes" in Visual studio to 4.

Is there any posiblity to speed up the build inside Visual Studio (Version 9.0.30729.1 SP)?

2
  • I had to remove the images from your post because ImageShack has deleted them and replaced them with advertising. See meta.stackexchange.com/q/263771/215468 for more information. If possible, it would be great for you to re-upload them. Thanks! Commented Sep 22, 2015 at 0:35
  • Sorry, at I have not stored the images on my pc. Commented Sep 22, 2015 at 9:06

1 Answer 1

8

This won't answer your exact question, but take a look at this post by Scott Hanselman. Basically, the problem is that VS does not officially support parallel builds for managed languages, so you'll have to "hack" a bit in order to get parallel builds.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you. It worked! Hopefully the guys from MS will not only preach paralellism but do something with it in their own tools in the future.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.