How to build http://webproject.scottgu.com

I'm using the "Visual Studio 2005 Web Application" project model (http://webproject.scottgu.com/)

When building my project Team Build is only producing the compiled codebehind .dll. Content files ( images , .aspx ... ) is not getting copied to the drop folder. Has anyone succeded in using team build to build Visual Studio 2005 Web Application projects. ( VS 2005 Web Site projects works fine )

Suggestions?

/Andreas

[636 byte] By [Andreas?] at [2008-2-28]
# 1

Upon building WAP with Team Build, the active content does not get copied. Only the binaries are dropped into the drop folder. You could however use the MSBuild Copy task in the AfterDropBuild target to copy the content files into the drop location. Alternatively, using wdp also helps solve the problem.

Anutthara at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Build Automation...

Visual Studio Team System

Site Classified