I have a solution that currently has about 20 class libraries, and a dozen different web apps. Each web app shares a site-wide master page, as well as share js and css files.

I need to be able to build & deploy one app at a time, or occasionally update the entire suite. How is this possible with TFS and MSDeploy?

link|improve this question

58% accept rate
feedback

1 Answer

.Net Framework has lots of improvements about Web deployment. You can check scott gu's blog for futher information.

But if you situation doesn't fit build-in solutions you can customize your build workflow to copy files from TeamBuildAgent\Binaries folder to target folder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.