NAnt or MSBuild, which one to choose and when?
I’ve done a similar investigation this week. Here’s what I’ve been able to determine: NAnt: Cross-platform (supports Linux/Mono). It may be handy for installing a web site to multiple targets (that is, Linux Apache and Windows IIS), for example. 95% similar in syntax to Ant (easy for current Ant users or Java builders to pick … Read more