In TFS v.Next build there is a possibility for parallel builds. However, I think it only works to build multiple configurations
/ platforms
in parallel. (See this)
You can specify multiple projects/solutions to build in the Projects field of the Visual Studio Build
or the MSBuild
build tasks.
Is there a way to build these multiple solutions in parallel to save some time?