installer icon indicating copy to clipboard operation
installer copied to clipboard

[source-build] Do not include current RID in runtime pack list when building from source

Open crummel opened this issue 6 years ago • 0 comments

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.

crummel avatar Oct 02 '19 21:10 crummel