发布前的 Visual Studio Web 部署备份

发布于 2024-12-18 16:15:54 字数 221 浏览 4 评论 0原文

我将 Visual Studio Web Deploy 用于 MVC 和 WCF 项目,每次发布时我都希望部署目录备份在 zip 文件中。

我查看了 MSBuild 中的“BeforePublish”目标,但我不确定这是否是最好的方法,我也不知道如何获取输出目录。

所以问题是,如何在发布到名为 Web-%datetime%.zip 的 zip 文件之前复制输出目录。

提前致谢。

I use Visual Studio Web Deploy for an MVC and WCF projects, I'd like that whenever I publish that the deployment directory is backed up in a zip file.

I had a look at the "BeforePublish" target in MSBuild but I'm not sure if that's the best way to go about it, nor do I know how to get the output directory.

So Question is, how do I copy the output directory before publish to a zip file named Web-%datetime%.zip .

Thanks in advance.

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

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

发布评论

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

评论(2

柳絮泡泡 2024-12-25 16:15:54

我们使用 TFS Team Build 来构建 Web 应用程序并生成包。我们使用的部署脚本只是在从构建的包到目标网站进行同步之前先与备份包进行同步

We use TFS Team Build to build our web applications and produce a package. The deployment script we use simply does a sync to a backup package before doing a sync from the built package to the target web site.

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