NAnt or TFS build which is better?
Posted
by Leszek Wachowicz
on Stack Overflow
See other posts from Stack Overflow
or by Leszek Wachowicz
Published on 2009-11-03T15:38:58Z
Indexed on
2010/03/23
3:01 UTC
Read the original article
Hit count: 653
There was a question about Msbuild and NAnt advantages and disadvantages. Now let's see which is better TFS Build(with msbuild) or NAnt. In my opinion NAnt because you can easily move the building environment in few seconds to another machine (depends on copying files), also it's easier to manage, much faster to debug and it's not integrated with Team Foundation Server, what do You think?
© Stack Overflow or respective owner