BuildIt

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/9/8/buildit.html
Published Monday, September 08, 2003 4:04 PM by RoyOsherove
Filed under:

Comments

Monday, September 08, 2003 12:18 PM by Addy Santo

# re: BuildIt

Nant is probably the best known and most flexible. Personally I really don't like Build-IT since it uses VS solutions to compile. Be aware that in order to really benefit from a good build tool you will need to invest a suprising amount of time and effort integrating it in your dev org.
Monday, September 08, 2003 3:22 PM by Peter Provost

# re: BuildIt

Just use CruiseControl.NET and you'll be happy.

http://www.continuousintegration.net

--Peter
Tuesday, September 09, 2003 7:54 AM by Roy Osherove

# re: BuildIt

Will do!