您见过的最佳持续集成 (CI) NANT 模板是什么?
希望它涵盖了最常见的目标,同时考虑到 MSBuild、Web 部署、源代码控制签出、配置管理(多个环境的配置文件)和 Hudson。
Hopefully it covers most common targets while factoring in MSBuild, web deployment, source control checkout, configuration management (config files for multiple env) and Hudson.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,NANT、ANT、m 等工具的模板并不多。您最好的选择是查看 您想要使用的每项任务的示例,并针对您遇到的任何特定任务返回寻求帮助。从南特 (Nant) 打电话到哈德逊 (Hudson) 的情况并不多,通常是相反的方向。
Generally there aren't a lot of templates out for tools like NANT, ANT,m etc. Your best bet is to look as the examples for each of the tasks you are looking to use and come back for help on any given one you're having trouble with. You won't find a lot for calling hudson from Nant, generally it is done in the opposite direction.