Visual Studio 2010 on Team Build Server?

Do I need to install Visual Studio 2010 on my TFS 2010 build server if I want to run unit tests and encoded user interfaces as part of my build process?

+3
source share
1 answer

No, you do not need it if they do not need you. But...

This is still;) There are many third-party things that can rely on Visual Studio. At the top, some Visual Studio PROJECT TYPES widgets are not supported by WITHOUT Visual Studio (for example, database projects).

.... , , , .

+3

Source: https://habr.com/ru/post/1757310/


All Articles