使用 CruiseControl 进行自动化网站部署

发布于 2024-12-08 20:54:53 字数 160 浏览 0 评论 0原文

我之前已经为 Web 项目完成了一些自动化部署,但在为我的网站设置它时遇到了很多困难,因为没有 .csproj 文件可供 MSBuild 引用。我尝试过使用 AspNetCompiler,但我不断遇到阻碍其工作的障碍。是否有人对让 CruiseControl 与网站一起工作有经验,或者甚至可以做到这一点?

I have done some automated deploys for web projects before, but I am having a lot of difficulty setting it up for my web site because there is no .csproj file to reference with MSBuild. I have attempted to use AspNetCompiler but I keep running into roadblocks that prevent this from working. Is anyone experienced with getting CruiseControl to work with web sites, or can this even be done?

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

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

发布评论

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

评论(1

Oo萌小芽oO 2024-12-15 20:54:53

为该网站创建一个解决方案,并使用cruisecontrol中的MSBuild任务来编译和发布它们。理想情况下,我会创建一个 msbuild 文件,该文件将编译解决方案、存档当前部署的网站并将网站部署到服务器。

Create a solution for this website and use the MSBuild task in cruisecontrol to compile and publish them. Ideally I would create a msbuild file which will compile the solution, archive the currently deployed website and deploy website to the server.

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