What is the difference between Visual Studio Community and Visual Studio Build Tools? - Stack Overflow

admin2025-04-16  3

I am investigating a problem where my local development machine which runs Visual Studio Community and my build server will not correctly build the same project.

I can see there are many versions of Visual Studio available.

Visual Studio BuildTools 2022             Microsoft.VisualStudio.2022.BuildTools           17.12.3
Visual Studio Community 2022              Microsoft.VisualStudio.2022.Community            17.12.3

My build server only has BuildTools installed. What is the difference between this and Visual Studio Community?

It seems reasonable that BuildTools contains MSBuild etc and can correctly build software, however my build server does not restore packages correctly where as my local development machine does.

转载请注明原文地址:http://anycun.com/QandA/1744798177a87767.html