Visual Studio 需要在 Team City Build Server 上运行 MSTest 测试吗?
我们正在设置 Team City 构建服务器。在以前的 VS 2008 项目中,构建服务器上安装了完整版本的 Visual Studio。
我们现在正在启动一个 VS 2010 项目。
是否可以在不安装 Visual Studio 的情况下在 Team City 构建服务器上运行 MSTest 测试?
We are setting up a Team City build server. On previous VS 2008 projects a full version of Visual Studio has been installed on the build server.
We are now starting a VS 2010 project.
Is it possible to run MSTest tests on the Team City build server without installing Visual Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 MSTest 构建步骤现在应该可以正常运行。
Your MSTest build step should run just fine now.