Ask HN: F/OSS Build Automation for C#
I've been really trying to get comfortable developing in C#.Net, as the platforming at work has been constrained to Microsoft offerings. Presented with a classic blank slate problem, I decided (perhaps in poor judgement and time mis-managed) to invest some time into starting a ('automatable') build process.
Anyways, if you've got a minute and can take a look (link at bottom), recommend any tools/tooling missing, and any good books that speak to these topics. Or, any constructive criticism that occurs to you as it might be entirely to sparse on the details. Thanks!
http://kleevr.blogspot.com/2008/05/c-build-automation-using-svn-havent.html
* I just realized I may have been using 'Ask YC:', when I should've been using 'Ask HN:',... or perhaps 'Ask 1:' *
and just remember shift-8 makes things italic
9 comments
[ 3.0 ms ] story [ 36.7 ms ] threadhttp://www.joelonsoftware.com/articles/fog0000000043.html
It works fine with SVN.
Here is a good book to get you started:
http://www.amazon.com/Expert-Delivery-Using-CruiseControl-NE...
edit, I'm currently the only developer, but hopefully that won't be true for too long, I've been trying to get our office ready for a collabrative environment, because we're about to step outside the scope of 1-person-1-project
Unless, of course, you're not using the MS toolchain. Then NAnt is the only real choice.