When building a web application project, TFS 2008 builds two separate projects in _PublishedFolder.
- by Steve Johnson
I am trying to perform build automation on one of my web application projects built using VS 2008.
The _PublishedWebSites contains two folders: Web and Deploy.
I want TFS 2008 to generate only the deploy folder and not the web folder.
Here is my TFSBuild.proj file:
<Project ToolsVersion="3.5" DefaultTargets="Compile"…