TFS:停止团队构建流程已更新固定在字段消息
我们有一个有趣的情况。 我们的构建服务器似乎想要返回到之前关闭的工作项并更新集成构建字段。
我了解构建服务器第一次设置它。 我什至可以理解它在第一次构建未成功完成的情况下更新该字段。
但是,我无法理解为什么它继续使用新的集成内部版本号更新所有先前关闭的工作项目。
请注意,所有相关工作项都不会显示在已定义构建的关联工作项列表中。
谢谢,
We have an interesting situation. Our build server seems to want to go back to previously closed work items and update the Integration Build field.
I understand the build server setting it the first time. I could even understand it updating that field in the event that the first build didn't complete successfully.
However, I can't understand why it continues to update all of the previously closed work items with a new integration build number.
Note that none of the relevant work item doesn't show up in the associated work items list for the defined build.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于,并非所有引用应用程序的解决方案都在构建。
我们为所有引用了许多常见项目的不同解决方案(大约 10 个)启用了 CI。 当这些解决方案之一无法构建时,它将更新 TFS 项目中的所有相关工作项...即使它们不适用于特定解决方案。
一旦我们解决了构建失败的问题,这种情况就不再发生了。
The problem was that not all of the solutions that referenced the apps were building.
We had CI turned on for all of the different solutions (10 or so) which referenced a number of common projects. When one of those solutions failed to build, it would update all of the related work items in the TFS project... even if they didn't apply to the particular solution.
Once we resolved the build failures, this stopped happening.