A beginner question, bear with me: I\'m just wondering under what circumstances one should use a build tool like nant or msbuild? I\'m working on a medium sized application (.ne
If you want to automate anything it's good to use nant/msbuild. For example: 1. check in 2. build 3. test and code coverage