Tag Archives: mstest

CruiseControl.NET, MSTest, NUnit: A Hybrid Solution

As many frustrated build admins know by now, Microsoft has done a poor job of distributing the proper build tools with the .NET Framework. MSBuild is in there now, but MS has failed to see the importance of including MSTest; either that, or the idea was lynched by their marketing department. This leaves us with [...]

Running MSTest on CruiseControl.NET

First off, my attempt to do what’s mentioned in the title was trumped by an executive decision, so you won’t get a solution in this article. I will give some pointers though. Long story short, our continuous integration server must run unit tests. We started off with MSTest unit tests so it makes sense to [...]