Do I need to install Visual Studio 2010 on my TFS 2010 Build server, if I want to run Unit Tests and Coded UI Tests as part of my build process?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you do not need it IF you do not need them. But…
Still do it 😉 There is a lot of third party stuff that may rely on Visual Studio to exist. On top, some of the Visual studio PROJECT TYPES are not supported WITHOUT Visual Studio (like database projects).
I am not sure about unit testing and coded UI tests…. I think those are part of the visual studio setup, so you have to actually install it to have them available.