Desktop Builds of multiple solutions
Team build allows us to easily build multiple solutions in a team project. In a muti-solution system, developers will also need to be able to easily build many solutions locally where they want to sanity test that their change to one solution doesn't adversely affect anything else that references it.
Is there a way developers can perform a desktop build of the same solutions defined in the a team build other than opening the solution in the IDE and building one at a time, hopefully in the correct order?

