门控签到误报
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,在测试运行时,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.