MichelZ
MichelZ

Reputation: 4394

TFS 2015 v.Next build: Parallel solution builds?

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?

Upvotes: 3

Views: 871

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31003

You are correct. Multi-configuration is used to Build multiple configurations with the same steps, not multiple solutions. If you use Release, you may have multiple environments to achieve multiple solutions in parallel.

But for Build, no such option by default, you may submit a User Voice at website https://visualstudio.uservoice.com/forums/121579-visual-studio-2015

Upvotes: 2

Related Questions