R – Using MSTest with CruiseControl.NET

build-processcruisecontrol.netmsbuild

We have been using CruiseControl for quite a while with NUnit and NAnt. For a recent project we decided to use the testing framework that comes with Visual Studio, which so far has been adequate.

I'm attempting to get the solution running in CruiseControl. I've finally got the build itself to work; however, I have been unable to get any tests to show up in the CruiseControl interface despite adding custom build tasks and components designed to do just that. Does anyone have a definitive link out there to instructions on getting this set up?

Best Answer

Not sure if that helps (i found the ccnet Documentation somewhat unhelpful at times):

Using CruiseControl.NET with MSTest