门控签到误报

发布于 2024-10-25 22:42:49 字数 120 浏览 13 评论 0原文

我正在 TFS2010 SP1 中使用自定义 MSBuild 脚本进行构建。构建类型是门控签入,即使 MSBuild 日志在我的构建上显示为成功,也会失败。在 MSBuild 完成之后和构建定义完成门控签入之前,什么会触发失败

I am doing builds using a custom MSBuild Script in TFS2010 SP1. The Build Type is a gated Check-In and fails even though the MSBuild log shows as successful on my builds. What would trigger a failure after MSBuild is complete and before The build definition finishes the gated checkin

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

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

发布评论

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

评论(1

去了角落 2024-11-01 22:42:49

事实证明,在测试运行时,DataCollector 发生了故障。这是在 VSTT 下的事件日志中诊断出来的。不幸的是,它不会更新正常的 MSBuild 日志,并且工作流日志中不会提供其他信息。

我最终禁用了 local.testsettings 文件中用作构建过程一部分的数据收集。

It turns out that the DataCollectors were failing as the test runs were happening. This was diagnosed in the event log under VSTT. Unfortunately it doesn't update the normal MSBuild logs and no other information is given into the Workflow logs.

I ended up disabling the datacollections in the local.testsettings file that is being used as part of the build process.

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