开发者

Does Microsoft Team System support ant?

We are using cruisecontrol to build our projects, which are ant files. I'm now checking to use Team System (Microsoft) in the future. Is it possible to use ant scripts in Team System? We have a lot of Flex development (and .NET development) and the scri开发者_StackOverflowpts to build the Flex side would need to be integrated in Team System.


Msbuild is delivered with the .net framework, and was designed to look/act alot like ant. That said, msbuild is also very extensible in that you can write custom tasks. I would suspect that writing a build task to call an ant script would not be too difficult to write.

http://msdn.microsoft.com/en-us/library/t9883dzc.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜