如何让鼹鼠与 MSBuild 一起工作?
我用 Moles 编写了一些单元测试用例,然后将其签入 TFS。但自动构建失败。 我无权在构建服务器上安装 Moles。我检查错误发现我没有签入MolesAssemblies目录下的文件。我认为不需要检查它们。它们应该是由鼹鼠生成的。如何解决这个问题?谢谢。
I wrote some unit test cases with Moles, then i check it into TFS. But the auto build failed.
I do not have the right to install Moles on the build server. I checked the errors found that I did not check in files under MolesAssemblies dir. I think do not need check in them. they should be generated by Moles. How to resolve this problem? thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在构建服务器上安装moles。
You have to install moles on the build server.