An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
MSBuild internally changes behavior if MSBUILD_EXE_PATH is set; we should consider proactively changing the located MSBuild if we see it and it would break upon loading the one we would otherwise locate.
MSBuild internally changes behavior if
MSBUILD_EXE_PATH
is set; we should consider proactively changing the located MSBuild if we see it and it would break upon loading the one we would otherwise locate.