TFS 2010 - 如何将错误与构建相关联
我正在一个项目中工作,我正在尝试优化测试过程,因此,当我执行测试用例并发现错误时,我想将此错误与当前构建相关联。
构建是自动创建的,但是当我尝试选择下拉列表中的构建时,没有可供选择的构建,所以...我怎样才能获得我自动创建的所有构建?
也许全局列表有问题?
我使用 VS 2010 并且安装了 TFS 2010 Power Tools。
提前致谢!!
I'm working in a project and I'm trying to optimize testing process so, when I execute a test case and I found a bug, I would like to associate this bug to the current build.
The builds are created automatically but when I try to select the built in the droplist there are not builds to select, so... How can I do it to get all the builds that I've made automatically?
Maybe is there any issue with Global List?
Im using VS 2010 and I have installed TFS 2010 Power Tools.
Thanks in advance!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
全局列表通常由处理 BuildCompleted 事件的服务器上的事件订阅来更新。在您的 TFS 服务器上,应该有一个名为 BisSubscribe.exe 的可执行文件。您可以使用它来验证或修复订阅。有关更多详细信息,请查看 Jason Prickett 的博客文章 如何过滤构建完成事件。
The global list is normally updated by an event subscription on the server that handles the BuildCompleted event. On your TFS server, there should be an executable named BisSubscribe.exe. You can use that to verify or fix the subscription. For more details, check out Jason Prickett's blog post on How to filter the Build Completion Event.