I was asked by email what my current CI setup is, and did I have a blog post about it. Um, actually, no. Oops. So, here it is. As always, it's a work in process, and there are lots of unfinished rough edges. It's also got some phenomenally cool stuff too Thus, without further ado, my current setup for Continuous Integration:
CruiseControl.NET which runs on SVN commit that runs an NAnt build script which runs:
- MSBuild on one or more solutions
- aspnet_compiler.exe on all the websites (to validate the code in the markup)
- Use YUI Compressor to compress CSS files and...