Reputation: 16267
I am testing vNext in TFS 2015. I have not found a way to trigger builds in parallel. Is that not supported in TFS?
I have found this:
but that is old and not compatible with vNext.
To be clear I would like to be able to trigger the same build def multiple times, running each (including all its build steps) concurrently.
Upvotes: 3
Views: 2929
Reputation: 579
As mentioned Build Options:MultiConfiguration here and Build Define here
TFS2015 vNext may be only support parallel build for different platforms by different build variables
Upvotes: 0
Reputation: 23434
There is currently no equivalent of a drag and drop parallel task. However you can spin up as many build processes as you like using PowerShell. Each of the built in tasks are just PowerShell commands and PowerShell also supports workflow tasks.
Upvotes: 2