How to Determine the Work Items Fixed in a particular TFS Build when using Branches?

后端 未结 2 482
北海茫月
北海茫月 2020-12-14 02:24

We have begun using the following branching structure in TFS 2010:

\"ALM

2条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-14 03:21

    The other option is that you can build a custom workflow activity that you can run during your build that can traverse the merge history for each of the changesets that would normally be associated. It's essentially walking the tree starting with a known set of associated changesets. I would prefer this approach since you can let your developers worry about only needing to associate work items with the original changesets instead of having to also do it with merge changesets as well. This also allows you to get around having to deploy a custom work item policy as Bryan described in his suggestion.

    I might have some sample code to get you started with traversing the merge history tree if you want to contact me at http://www.edsquared.com

提交回复
热议问题