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.