installer
installer copied to clipboard
[source-build] Do not include current RID in runtime pack list when building from source
Original issues: https://github.com/dotnet/source-build/pull/1231, https://github.com/dotnet/source-build/issues/1202, https://github.com/dotnet/source-build/issues/1232.
Source-build currently uses this patch to remove the currently building RID from this list. Prior to the patch, this was causing issues with RID-specific publish and ReadyToRun. We should figure out a good fix for this that isn't just hardcoding the RID list.