每晚构建和虚拟机
在我的地方,我们正在编写服务器端应用程序(WCF 服务),我们期待自动化安装并在我们的夜间构建过程中运行它...... 此外,我们期待在不同的服务器上一次又一次地安装它......
我们正在寻找:
- 夜间构建的最佳工具是什么? (我们目前正在使用 TeamCity,但它仅适用于 CI,不适用于 Nighty Build 要求)
- 是否有人构建其解决方案\项目并将其安装在虚拟机上? (您可以附加\链接一些用于此安装的自动代码吗?)
谢谢。
At my place we are writing server side applications (WCF services) and we are looking forward automate the installation and run it in our nightly build process...
Moreover, we are looking forward installing it again and again on different servers...
We are searching for:
- what is the best tool for nightly build?
(we are currently using TeamCity, but it is only good for CI not for the Nighty Build requirements) - Is there anyone who build its solutions\projects and install them on Virtual-Machines?
(Can you attach\link some automated code for this installation?)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
看看 FinalBuilder
Have a look at FinalBuilder
TeamCity 是一个很棒的工具。 它支持像 CC.NET 一样为夜间构建安排构建。 您遇到了哪些问题?
TeamCity is a great tool. It supports scheduling a build like CC.NET for nightly builds. What kind of issues are you having with it?
尝试使用 NAnt 进行构建:
http://nant.sourceforge.net/
和 CruiseControl.NET 进行持续集成:
http://confluence.public.thoughtworks.org/display/ CCNET/Welcome+to+CruiseControl.NET
都是开源的 :-D
Try NAnt for the build:
http://nant.sourceforge.net/
and CruiseControl.NET for the continuous integration:
http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET
both are open source :-D
TeamCity 将与 CC.Net 等一样处理夜间构建。
您的评论
使用 Microsoft.SDC.Tasks
TeamCity will cope with nightly builds just as well as CC.Net etc.
Your comment
It isn't particularly difficult to do any of this (IMO of course) using Microsoft.SDC.Tasks