Team Build of Web Sites

I posted this a while ago but then received a message from the asp.net team about the comments issue in the new release, so here we go again with hopes that people will be able to reply this time :) .

I have a 2005 solution that consists of 7 class libraries and one web site. I have a team build already set up and working that builds everything and drops it off in the location I specified. The only problem is that it only builds the class libraries. The web site is never built and placed into a _PublishedWebsites folder as expected. 

Does anyone know why this might be?

Thanks,
Russ

4 Comments

  • Hi Brad - standard "debug" configuration. Thanks!

  • UPDATE: I found a stupid error that existed in the configuration manager and now everything works fine.

    You just GOTTA love it when you spend 12 hours researching and troubleshooting only to find out that the solution was 5 clicks (and about 10 seconds) away.

    Ahh, the business we're in...

  • Hi Justin,

    The problem was that I wasn't paying close enough attention to the configuration specified in the team build and the configuration manager for the solution. As it turns out, my team build was specifying a "debug" build for "Multiple Platforms". However, when I went in to the configuration manager I found that the web site project was NOT selected to be built for that particular configuration.

    A simple oversight.

    Thanks,
    Russ

  • Check the dependencies of the projects, the build order and make your website the default project. That should fix it.


    Cheers
    Al

Comments have been disabled for this content.