NAnt is my new best friend. NAnt is very easy to learn, very straight forward to use, and very powerful in it's execution.
NAnt is an automated build tool. Why would you deviate from Visual Studio's Build menu? Here's why. .config files. I've got a dev config file, I've got a production config file, various customers like their own pre-packaged config files, and I like to be able to debug live data issues with their config files as well.
Well, I want that config file baked into the .msi installer I deliver to them. ...