我们正在使用 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!
发布评论
评论(1)
您提到“我们想要将丢失的 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