在Cruise Control .net构建服务器中运行MStest [英] Running MStest in cruise control .net build server

查看:60
本文介绍了在Cruise Control .net构建服务器中运行MStest的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试设置cruisecontrol.net来处理我们现有的项目.

I'm trying to setup cruisecontrol.net to work with our existing projects.

这些项目使用Visual Studio 2008测试工具(以.net 2.0运行).

The projects use the visual studio 2008 testing tools (running as .net 2.0).

在实际的构建过程中,我收到一些错误消息,其中大多数是:

During the actual build process I get several error messages, most or which are:

未定义类型'TestClass'.

Type 'TestClass' is not defined.

我认为这是因为我没有在构建服务器上安装测试框架.

I'm assuming that this is because I don't have the testing framework installed on my build server.

我宁愿不只是从我的开发机上复制位(总是觉得有些hacky),我也宁愿不将Visual Studio安装在构建服务器上(这似乎有些过头).

I'd rather not just copy bits from my dev machine (that always feels a bit hacky) and I'd also rather not install visual studio on the build sever (that seems like overkill).

有人知道我在哪里可以得到一个独立的安装程序来将这些文件放在构建服务器上吗?

Does anyone know where I can get a standalone installer to put these files on my build server?

推荐答案

MSTest需要Visual Studio.您需要将其安装在构建机器上(或使用更轻巧的测试框架!)

MSTest requires Visual Studio. You'll need to install it on your build machine (or use a more lightweight testing framework!)

这篇关于在Cruise Control .net构建服务器中运行MStest的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆