Consider making native build more fine-grained #59865
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
area-unified-build
Milestone
Today, we either build all of the native projects, or none of them:
aspnetcore/eng/Build.props
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.
The text was updated successfully, but these errors were encountered: