Parallel build in TFS 2015?

前端 未结 3 1305
野性不改
野性不改 2020-12-19 22:18

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:

http://www.jaylee.org/

相关标签:
3条回答
  • 2020-12-19 22:32

    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

    0 讨论(0)
  • 2020-12-19 22:43

    There's a parallel tickbox under the options tab.

    0 讨论(0)
  • 2020-12-19 22:50

    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.

    0 讨论(0)
提交回复
热议问题