适用于 Visual Studio MSBuild 的现代构建工具

发布于 2024-07-17 09:08:33 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

鼻尖触碰 2024-07-24 09:08:33

除了编译代码之外,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.

嘿咻 2024-07-24 09:08:33

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

掩饰不了的爱 2024-07-24 09:08:33

仅供找到此页面的其他人(就像我一样):
查看这些 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文