Team Foundation Server 2010 构建问题

发布于 2024-09-29 21:59:18 字数 162 浏览 2 评论 0原文

有谁知道是否可以让 TFS2010 构建服务器仅运行测试而不是整个项目。

这就是为什么,我想设置一个时间表,让我的服务器每天执行我的测试,而不必确保我的整个项目功能齐全,因为我将处理代码,它可能无法构建,但是我的测试应该仍然有效,我不想因为构建失败而输入错误,但如果我的测试失败,我确实想要错误

Does anyone know if its possible to have TFS2010 Build Server run ONLY tests rather than entire project.

Here is why, I want to setup a schedule to have my server execute my tests daily, without having to make sure my entire project is fully functional, since I will be working on the code, it may not be buildable, however my tests should still work, I don't want to get bugs entered because the build failed, but i do want bugs if my tests fail

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

痴者 2024-10-06 21:59:18

您最好将代码分解为多个项目。因此,您可以单独测试每一项,而不必担心构建中断。

You better break your code into several projects. So you can test each one separately without worrying about build breaks.

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