I have a project that i need to build the C# file and i hesitating to use between NAnt and MSBuild
which one should i use?
which one support more funtionality, including the svn function?
Thanks
I have a project that i need to build the C# file and i hesitating to use between NAnt and MSBuild
which one should i use?
which one support more funtionality, including the svn function?
Thanks
If you have TFS and use a more strict microsoft approach, then I would use MsBuild since it's naturally embedded in the building process.
If you are taking a more open source approach such as TeamCity, CruiseControl, then NAnt may be better.