Closed
Description
Today, we either build all of the native projects, or none of them:
Lines 82 to 87 in d4880ed
We should consider making this more fine-grained - today in the VMR, BuildPass 1 builds all of the native projects, then BuildPass2 builds the Hosting Bundle, which re-builds projects like https://github.com/dotnet/aspnetcore/blob/main/src/Servers/IIS/AspNetCoreModuleV2/IISLib/IISLib.vcxproj. It may be possible to save the ANCM-specific native builds for just pass 2, which would cut a couple minutes of build time in the VMR.