WebDeployment - 自定义构建模板

发布于 2024-11-27 18:23:14 字数 299 浏览 2 评论 0 原文

我们正在使用 TFS 2010 来部署 Web 应用程序。我们使用 Web 应用程序的项目设置来配置应使用哪个 iis 文件夹,以复制 Web 应用程序。

这一切都很好,但我们想要将丢失的 dll 文件复制到 PublishedWebsites 文件夹,这也可以,但复制的 dll 不在指定的 iis 文件夹中。

那么有人可以告诉我什么时候必须复制 dll 吗?

我们正在使用 woflow-foundation 来定制我们的构建模板。

目前我们正在编译步骤之后直接复制 dll。

我希望有人能帮助我们!

We are using TFS 2010 to deploy a web application. We use the project settings of our web application to configure which iis-folder should be used, to copy the web-application.

That all works great, but we want to copy a missing dll file to the PublishedWebsites folder, that also works, but the copied dll is not in the specified iis-folder.

So can somebody tell me at what point I have to copy the dll?

We are using the worflow-foundation to customize our build-template.

At the moment we are copying the dll directly after the compilation-step.

I hope someone can help us!

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

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

发布评论

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

评论(1

寄与心 2024-12-04 18:23:14

您提到“我们想要将丢失的 dll 文件复制到 PublishedWebsites 文件夹”,因此您错过了所有 dll 都应该存在的东西,请尝试通过以下链接查看我的帖子:

http://mohamedradwan.wordpress.com/2010/10/23/auto-deploy-your-website-for-qa-with-team-build/

如果这不能帮助您查看我的在以下链接中回答如何包含 web 包文件

我们如何将ajaxmin创建的文件包含在MSBuild创建的msdeploy包中

感谢

M.Radwan

You mention that " we want to copy a missing dll file to the PublishedWebsites folder", so you miss something all dll should be there, try to look on my post at the following link:

http://mohamedradwan.wordpress.com/2010/10/23/auto-deploy-your-website-for-qa-with-team-build/

If this didn't help you see my answer on how to include file the the web package at the following link

How can we include the files created by ajaxmin in the msdeploy package created by MSBuild

Thanks

M.Radwan

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