简体   繁体   中英

How can I configure TFS to build and deploy multiple web applications?

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?

.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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM