vote up 1 vote down star

In Visual Studio, how do I rebuild a complete solution, including all configurations?

If I choose "Rebuild solution", it always rebuilds ONLY Debug or ONLY Release, but never both.

flag

what version of visual studio are you using? That will make a difference. – chollida Aug 27 at 16:41
Just a heads up... Batch Build is only available if you click directly on the solution and not on one of the sub projects or files. – chollida Aug 27 at 16:45

1 Answer

vote up 6 vote down check

Use the batch build option...right click on the solution to see it.

Here is a screen shot (VS2010 but I believe it's the same for VS2008 too)

Batch build screen shot

link|flag
I don't see "Batch Build" - just the Build/Rebuild/Clean options. What choice are you referring to? – rwmnau Aug 27 at 16:14
It is in the right click context menu of the solution, not in the property pages. :-) – REA_ANDREW Aug 27 at 16:16
1  
I usually find it under the Build menu -- Build -> Batch Build... -- from there, check the configurations you want to build and invoke the build operation. – Kim Gräsman Aug 27 at 16:16
I don't have "Batch Build" in either of those locations - my choices seem to mirror what I see in VS2005, which I also have installed. It's not something I need to enable? – rwmnau Aug 27 at 16:18
Hmm let me see............. – SDX2000 Aug 27 at 16:18
show 5 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.