vote up 3 vote down star

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

flag

45% accept rate

3 Answers

vote up 2 vote down

Why not both? You should be able to start MSBuild from NAnt.

link|flag
vote up 2 vote down

you should read this:

NANT or MSBuild, whic one to choose and when?

link|flag
thanks, i didn't see it :) – nikky Apr 17 at 3:04
vote up 1 vote down

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.

link|flag
Just for info, TeamCity works happily with MSBuild -- we use this combination for our CI builds. – itowlson Apr 17 at 2:32
I agree, and you can call NAnt and MsBuild from each other. I want to show there are "MS approaches" and "Open Source alternatives". – J.W. Apr 17 at 2:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.