Possible Duplicate:
NAnt or MSBuild, which one to choose and when?
What is the best build tool for .NET?
I currently use NAnt but only because I have experience with Ant. Is MSBuild preferred?
Possible Duplicate:
NAnt or MSBuild, which one to choose and when?
What is the best build tool for .NET?
I currently use NAnt but only because I have experience with Ant. Is MSBuild preferred?
Using a dynamic scripting language like Python, BOO, Ruby, etc. to create and maintain build scripts might be a good alternative to an XML based one like NAnt. (They tend to be cleaner to read than XML.)
We're using Bounce, a framework for cleaner build scripts in C#.