You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be useful functionality to have in Arcade itself in eng/common. There are already copies in other repos (for example, diagnostics, dotnet-monitor) which are manually synced to the runtime version when there's an issue.
dotnet/runtime currently has scripts for determining the OS name, architecture, and distro RID,:
https://github.com/dotnet/runtime/blob/main/eng/native/init-distro-rid.sh
https://github.com/dotnet/runtime/blob/main/eng/native/init-os-and-arch.sh
This would be useful functionality to have in Arcade itself in
eng/common
. There are already copies in other repos (for example, diagnostics, dotnet-monitor) which are manually synced to the runtime version when there's an issue.dotnet/source-build#3578 would also need this functionality.
Release Note Category
Release Note Description
The text was updated successfully, but these errors were encountered: