Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
除了编译代码之外,Visual Build 还可以用于提取源代码并运行分析工具(并且有一个漂亮的 GUI,可以让您隐藏任何“xml 混乱”。)您的 CI 服务器应该有一种将外部日志集成到构建中的方法。
Along with compiling code, Visual Build can be used to pull source and run your analysis tools (and has a nice GUI which lets you hide any "xml mess".) Your CI server should have a method for integrating external logs into a build.
Java 构建工具 Hudson 有一个 MSBuild 和 Nant 插件。 还提供了一些插件,包括 fxcop 和一些 C# 人员使用的有趣的单元测试库。
我想说它是市场上最好的免费产品。 它还可以调用命令行应用程序等
http://wiki.hudson- ci.org/display/HUDSON/Installation+and+Execution
卡尔
Hudson the Java build tool has a MSBuild and Nant plugin. Plugins are also available include fxcop and some of the funny unit testing libs you c# guys use.
I would say its the best free one available on the market. It can also invoke command line apps etc
http://wiki.hudson-ci.org/display/HUDSON/Installation+and+Execution
Karl
仅供找到此页面的其他人(就像我一样):
查看这些 CI 构建服务器工具:
脉冲
团队城市
AnthillPro(这非常专业,但也需要很多东西来学习)
CruiseControl
Pulse 和 TeamCity 可以使用 msbuild 构建 sln。 还有很多不错的功能,我找到了最好的(超过 10 个)工具作为 CI 服务器。 易于管理、强大的支持和良好的功能。
just for others who find this page (just like me):
check out these tools for CI build server:
Pulse
TeamCity
AnthillPro (this is very prof, but also requires a lot to learn)
CruiseControl
Pulse and TeamCity can build sln with msbuild. Also has loads of nice feature and I found the best (from 10+) tools as CI server. Easy management, great support and good features.