Open
Description
https://github.com/dotnet/diagnostics/blob/8bbc63df036b0c31c865fc1ee0060564caf40f85/src/sos-packaging.props packs all Microsoft supported platforms binaries into a single package, and leaves no room for community supported platforms while doing a local dotnet-sos build by running ./build.sh -pack
. Ideally, it should not "require" all binaries at least during the source-build which only care for a single target platform native lib in the nupkg.
Blocking dotnet/sdk#48986, dotnet/runtime#116293