TFS 2010 - 如何将错误与构建相关联

发布于 2024-11-28 19:32:15 字数 214 浏览 0 评论 0原文

我正在一个项目中工作,我正在尝试优化测试过程,因此,当我执行测试用例并发现错误时,我想将此错误与当前构建相关联。

构建是自动创建的,但是当我尝试选择下拉列表中的构建时,没有可供选择的构建,所以...我怎样才能获得我自动创建的所有构建?

也许全局列表有问题?

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦冥 2024-12-05 19:32:15

全局列表通常由处理 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文