microsoft / MSBuildLocator

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.
Other
220 stars 83 forks source link

Consider respecting MSBUILD_EXE_PATH #20

Open rainersigwald opened 6 years ago

rainersigwald commented 6 years ago

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.

rainersigwald commented 6 years ago

@AndyGerlicher Thoughts on this?

YuliiaKovalova commented 1 year ago

is it still needed?