Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NAnt or MSBuild, which one should I use in an svn environment?

Tags:

msbuild

nant

I have a C# project for which I need to automate the build and I am trying to choose between NAnt and MSBuild.

Which one should I use?

Which one has better functionality, including support for svn?

Thanks

like image 989
nikky Avatar asked Apr 17 '09 02:04

nikky


1 Answers

you should read this:

NAnt or MSBuild, which one to choose and when?

like image 54
MikeJ Avatar answered Oct 15 '22 16:10

MikeJ