用于自定义 TFS Build 2010 的资源
我正在寻找一种方法来通过 TFS Build(使用 TFS 2010)构建我的旧版 Delphi 5 和 6 应用程序。
我对 MSBuild 的做事方式相当危险,我认为我仍然可以做到这一点,但我想进入工作流程的做事方式。
是否有任何资源讨论通过 Windows 工作流程自定义 TFS 构建?特别是如何重写解决方案概念以及如何编译和报告错误。
感谢您提供任何信息。
I am looking to create a way to build my Legacy Delphi 5 and 6 apps via TFS Build (using TFS 2010).
I was fairly dangerous with the MSBuild way of doing things and I think I can still do that, but I would like to get into the Work Flow way of doing it.
Are there any resources out there that discuss customizing a TFS Build via Windows Work Flow? Especially how to override the solution concept and how to compile and report errors.
Thanks for any info.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要考虑创建自定义工作流程活动。有一篇非常好的文章介绍了如何做到这一点此处。也就是说,我现在正在创建一个,发现这是一个非常繁琐且烦人的过程。
You may need to look into creating a custom workflow activity. There's a pretty good article on how to do that here. That said, I'm creating one now and finding it to be a pretty fiddly a annoying process.