We now default to using Ninja for our native builds on Windows. Make sure to install Ninja as per the documentation in https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/windows-requirements.md if you want to use it. You can opt-out by using the -msbuild flag in the build scripts.
If you want to open a VS solution for the CoreCLR build, you can use -vs coreclr.sln to generate and open a solution in VS for your given configuration and architecture.
We now default to using Ninja for our native builds on Windows. Make sure to install Ninja as per the documentation in https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/windows-requirements.md if you want to use it. You can opt-out by using the
-msbuildflag in the build scripts.If you want to open a VS solution for the CoreCLR build, you can use
-vs coreclr.slnto generate and open a solution in VS for your given configuration and architecture.