ea732b62d8
DinD overlay-on-overlay throttles dotnet child container to ~11s CPU/3h wall time. Solution: dotnet restore+publish run on native runner FS (~10min), then Dockerfile.runtime just COPYs the pre-built publish-output/ directory. This brings build time from 3h+ (stuck) to ~10-15 minutes total.