Visual Studio 需要在 Team City Build Server 上运行 MSTest 测试吗?

发布于 2024-11-27 20:06:09 字数 174 浏览 4 评论 0原文

我们正在设置 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 技术交流群。

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

发布评论

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

评论(1

无人问我粥可暖 2024-12-04 20:06:09
  1. 下载 Visual Studio Agents 2010 ISO:http://www.microsoft.com/en- us/download/details.aspx?id=1334
  2. 安装/解压文件并将其复制到代理服务器
  3. 运行自动运行并选择安装 Microsoft Visual Studio Test Agent 2010
  4. 使用默认设置安装
  5. 取消“配置”对话框(您不需要运行实际的代理,只需安装的库)

您的 MSTest 构建步骤现在应该可以正常运行。

  1. Download the Visual Studio Agents 2010 ISO: http://www.microsoft.com/en-us/download/details.aspx?id=1334
  2. Mount/Extract the files and copy them to the agent server
  3. Run AutoRun and select to install Microsoft Visual Studio Test Agent 2010
  4. Install using the default settings
  5. Cancel out of the "configuration" dialog (you don't need the actual Agent running, just the installed libraries)

Your MSTest build step should run just fine now.

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