简体   繁体   中英

Do I need to install all VS workloads in the TFS build server?

Currently we only have Visual Studio 2015 installed on our TFS build server. I'd like to put VS 2017 and VS 2019 onto the build server.

Does that mean I need to install all possible workloads for both of them, in the build server?

The best practice is to simulate the build server to the developer machine, so it's good to install all the workloads that installed on the VS in the developer machine.

If you don't want, you can install only Visual Studio Build Tools , it allows you to build VS projects. but sometimes if the developer wrote some specific code in specific workload that build tools not support it, the TFS build will fail.

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