我们正在使用TFS 2013,需要编写一个自定义TFS活动,该活动可以从一个分支自动合并到另一个分支。
例如,合并代码......
$ /父
为...
$ /其他/父
如果有人假设没有合并冲突的快乐路径,有人可以显示一个简单的代码段,从$ / Parent合并到$ / Other / Parent吗?
我已经找到了早期版本的TFS的示例,但是API在2013年发生了变化,我没有看到如何翻译它。以下是XAML中2010之前版本的链接。
我正在寻找一个C#代码示例,它在2013年做同样的事情。
感谢。
答案 0 :(得分:0)
Do not create custom activities. They are difficult to debug and are only supported for legacy in 2015. Create a PowerShell script that completed the task (you can still call c# in there). The 2013 template has slots for running PowerShell and your scripts will work in the new build system in 2015.