Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑使用 Visual Studio 2008 的内置单元测试项目而不是 NUnit,我想知道是否有人有任何尝试将这种类型的单元测试项目与 Cruise Control.Net 集成的经验。
从一些初步研究来看,它似乎不是一个超级简单的解决方案。
这样做似乎涉及在持续集成服务器上实际安装 Visual Studio 2008,这可能会破坏交易。
然后将 MSTest.exe 配置为在任务列表中运行,但首先您必须创建一个批处理文件来删除以前通过的结果文件,因为该文件的存在会导致错误。
然后创建一个 xslt 来格式化结果并将其放入dashboard.config 文件中。
我找到的代码项目文章有更多的细节。
将 Visual Studio Team System 2008 单元测试与 CruiseControl.NET 集成