代码覆盖率就地检测:无法完全备份二进制错误
任何人都可以帮助解决我的 Team Build 2010 构建日志中的此错误吗?它似乎只发生在我有两个构建代理同时在同一台机器上运行时。
运行存在以下问题:
代码覆盖率就地检测:
无法完全备份二进制文件 'C:\Builds\3\MyProject\Binaries\MyProject.UserManager.DataModel.dll'。
找不到由检测实用程序创建的备份文件: 'C:\Builds\3\MyProject\Binaries\MyProject.UserManager.DataModel.dll.orig'。
Can anybody help with this error in the log of my Team Build 2010 build? It only seems to occur when I have two build agents running on the same machine at the same time.
Run has the following issue(s):
Code coverage in-place instrumentation:
Cannot fully backup the binary
'C:\Builds\3\MyProject\Binaries\MyProject.UserManager.DataModel.dll'.Cannot find the back up file, created by instrumentation utility:
'C:\Builds\3\MyProject\Binaries\MyProject.UserManager.DataModel.dll.orig'.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了覆盖范围,如果您就地使用,mstest 将创建备份位置,其中包含未安装的 dll。这些将在执行后被删除。所以:
鉴于您不再看到它,最有可能是 2。
For coverage, if you use in place, mstest will create backup location with the uninstumented dll's in them. these will be removed after execution. so:
Given you aren't seeing it anymore, 2 is most likely.