dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
https://docs.microsoft.com/visualstudio/msbuild/msbuild
MIT License
5.17k stars 1.34k forks source link

Rework the approach to bootstrap #10300

Open YuliiaKovalova opened 5 days ago

YuliiaKovalova commented 5 days ago

Introduce a simplified and transparent way for getting sdk bits and patching the changes to them using install-scripts.

YuliiaKovalova commented 5 days ago

Will resolve https://github.com/dotnet/msbuild/issues/10131

JanKrivanek commented 2 days ago

Is this expected to as well address https://github.com/dotnet/msbuild/issues/6566 and https://github.com/dotnet/msbuild/issues/7988?

YuliiaKovalova commented 1 day ago

Is this expected to as well address #6566 and #7988?

yes, these two will be resolved.