Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 936695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:21:22+00:00 2026-05-15T21:21:22+00:00

A lot of people new to CI (Continuous Integration) install VS (Visual Studio) on

  • 0

A lot of people new to CI (Continuous Integration) install VS (Visual Studio) on their CI server “because it is required to compile the code”. MSTest is a common reference brought up here.

Why should I not install VS (or generally speaking, any software not out-of-the-box) on my CI server?

(This question has not been asked before apparently, so I’m adding it for reference. If it already exists, sorry, I missed it, please merge. If no answer is provided to this question within some time I can add one myself)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T21:21:22+00:00Added an answer on May 15, 2026 at 9:21 pm

    Because you don’t need to. A Visual Studio license is pretty expensive, so having one just lying around on a server where no one’s using it is just a waste.There are a couple of arguments why you would still need to install a full blown Visual Studio instance on your Continuous Integration server – but here are their counter arguments:

    Reason 1: I need it to compile.
    Reality: No, you don’t. You need MSBuild to compile, but that is available for free, in the Windows SDK. Note that there are several versions for different operative systems and .NET versions, so be careful to download the correct one.

    Reason 2: I need it to make quick fixes on the server.
    Reality: No, you don’t. You shouldn’t make quick fixes on the server – you should check out from your version control system, make the fix, build and run tests locally until it works, check in, and have the CI system do the rest for you. That’s why you have a CI system.

    Reason 3: Without Visual Studio, I can’t run MSTest no my CI server.
    Reality: Wrong. AFAIK, the MSTest runner is also part of the SDK (at least that’s what it seems like on our CI server here – although I can’t verify it since we don’t have any tests at the moment…). However, a quick googling found this blog post which explains how to do it without the SDK as well. I haven’t read through it in detail, so I can’t promise that it works, or that it’s legal. You have been warned.

    Feel free to add more reasons in comments, and I’ll counter them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've seen a lot of people try to code their own image conversion techniques.
This question is something that a lot of people learning bioinformatics and new to
I see a lot of people are using code under viewDidLoad to be able
Blogger has this new fancy theme that I see a lot of people using,
I've heard a lot of people talk about how some new version of a
A lot of people put extremely useless and annoying stuff in their <title> tags
Here a lot of people are confused, Normal class stores its data in the
As a lot of people have been doing so far, I'm implementing the FragmentTabsPager
I see a lot of people in blog posts and here on SO either
I have seen a lot of people in the C++ community(particularly ##c++ on freenode)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.