Best .NET build tool [duplicate]

2019-01-16 02:22发布

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?

14条回答
男人必须洒脱
2楼-- · 2019-01-16 03:09

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.)

查看更多
Juvenile、少年°
3楼-- · 2019-01-16 03:10

We're using Bounce, a framework for cleaner build scripts in C#.

查看更多
登录 后发表回答