Is there a pre-made Continuous Integration solution for .NET applications?

Posted by Brett Rigby on Stack Overflow See other posts from Stack Overflow or by Brett Rigby
Published on 2010-03-29T19:19:49Z Indexed on 2010/03/29 19:33 UTC
Read the original article Hit count: 178

From my perspective, we're constructing our own 'flavour' of NAnt/Ivy/CruiseControl.Net in-house and can't help but get the feeling that other dev shops are doing exactly the same work, but then everybody is finding out the same problems and pitfalls with it.

I'm not complaining about NAnt, Ivy or CruiseControl at all, as they've been brilliant in helping our team of developers become more sure of the quality of their code, but it just seems strange that these tools are very popular, yet we're all re-inventing the CI-wheel.

Is there a pre-made solution for building .Net applications, using the tools mentioned above?

© Stack Overflow or respective owner

Related posts about nant

Related posts about ivy