Web 部署项目、Web 应用程序项目和 Team Build 2008
我已从网站项目切换到 WAP(Web 应用程序项目)。
WDP(Web 部署项目)用于设置并可能在将来进行其他 web.config 更改。
但我注意到团队构建将所有内容构建两次,一次代表解决方案文件,另一次是因为 WDP。知道如何阻止这种情况发生吗?
或者有没有办法完全替换 Web 部署项目?
I've switched from a Website Project to a WAP (Web Application project).
The WDP (Web Deployment Project) is used to set and potentially in the future make other web.config changes.
However I notice that the team build is building everything twice, once on behalf of the solution file and then again because of the WDP. Any idea how I can stop this from happening?
Or is there a way to replace out the web deployment project altogether?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,是的。
您可以按照以下步骤阻止 TFS Build 两次构建所有内容:
富
任何CPU
对于 Visual Studio 2010,ASP.NET 团队与 IIS 团队合作,提供基于 [Web 部署工具][1] 构建的集成 Web 应用程序打包和部署解决方案。它或多或少取代了 Web 部署项目,您可以通过其[命令行界面][2]将其与 VS/TFS 2008 一起使用。我有一篇博客文章介绍了这里的基本场景:
使用 VSTS/TFS 2008 构建简单的网站。
Yes and yes.
You can stop TFS Build from building everything twice by following these steps:
Foo
Any CPU
For Visual Studio 2010, the ASP.NET team has partnered with the IIS team to deliver an integrated web application packaging and deployment solution built on the [Web Deployment Tool][1]. It more or less replaces web deployment projects and you can use it with VS/TFS 2008 via its [command line interface][2]. I have a blog post covering the basic scenario here:
Building a Simple Web Site with VSTS/TFS 2008.