How to include asp.net assets when using Team Build 2008

Posted by bonskijr on Stack Overflow See other posts from Stack Overflow or by bonskijr
Published on 2010-03-22T09:27:41Z Indexed on 2010/03/22 9:31 UTC
Read the original article Hit count: 531

I am able to configure our Build Server (Team Build 2008) to build our asp.net application. I've done so via

<ConfigurationToBuild Include="Debug|Mixed Platforms">
    <FlavorToBuild>Debug</FlavorToBuild>
    <PlatformToBuild>Mixed Platforms</PlatformToBuild>
</ConfigurationToBuild>

Problem though, the asp.net assets(eg. script folders, imgs, etc.) are not copied to the deployment folder. Folder(_PublishedWebsites) only contains the binaries references of the app plus the pre-compiled web services.

Is there a way to include said folders/files to the deployment folder?

Thanks

© Stack Overflow or respective owner

Related posts about tfs

Related posts about teambuild