每晚构建和虚拟机

发布于 2024-07-19 02:05:19 字数 281 浏览 7 评论 0原文

在我的地方,我们正在编写服务器端应用程序(WCF 服务),我们期待自动化安装并在我们的夜间构建过程中运行它...... 此外,我们期待在不同的服务器上一次又一次地安装它......

我们正在寻找:

  1. 夜间构建的最佳工具是什么? (我们目前正在使用 TeamCity,但它仅适用于 CI,不适用于 Nighty Build 要求)
  2. 是否有人构建其解决方案\项目并将其安装在虚拟机上? (您可以附加\链接一些用于此安装的自动代码吗?)

谢谢。

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:

  1. 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)
  2. 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 技术交流群。

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

发布评论

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

评论(4

青春有你 2024-07-26 02:05:20

Have a look at FinalBuilder

许一世地老天荒 2024-07-26 02:05:20

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?

淡笑忘祈一世凡恋 2024-07-26 02:05:20

尝试使用 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

空城旧梦 2024-07-26 02:05:20

TeamCity 将与 CC.Net 等一样处理夜间构建。

您的评论

据我所知,这个 TC 足够好
适用于 CI,不适用于 NihgtlyBuild。 因为
我们无法配置安装
windows-services,安装在远程
机器,当然我们可以使用Msbuild
但很难全部写下来
这个。

使用 Microsoft.SDC.Tasks

TeamCity will cope with nightly builds just as well as CC.Net etc.

Your comment

As far as I see this TC good enough
for CI not for NihgtlyBuild. Because
we cannot configure to install
windows-services, install on remote
machines, of course we can use Msbuild
but it will be hard to write all of
this.

It isn't particularly difficult to do any of this (IMO of course) using Microsoft.SDC.Tasks

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