Open
Description
The NativeAOT bundeling added in #41198 is copying NuGet packages directly from the runtime
repo build output:
sdk/src/Installer/redist-installer/targets/GenerateLayout.targets
Lines 212 to 214 in 01aab34
This location is not available when the SDK is built outside of the vmr.
This issue is for replacing that copy with obtaining the packages through a NuGet source. See #41198 (comment).
When this is working the, the DotNetBuildOrchestrator
condition can be removed here:
sdk/src/Installer/redist-installer/redist-installer.csproj
Lines 11 to 12 in 01aab34
cc @ViktorHofer