views:

39

answers:

1

I'm currently setting up a CruiseControl.Net CI service to keep on top of a bunch of .net WinForm, WPF and ASP.net applications maintained by a hand full of programmers. I've got basic SVN integration and NUnit running, and I like the thought of running some sort of code quality/duplication of effort checking too.

So my question is what CI tasks do people run that I shouldn't really live without?

+1  A: 

Two suggestions that come free, are not too difficult to integrate and offer the most bang the bucks:

Igor Brejc