2 references to GetCurrentRuntimeId
Microsoft.DotNet.Cli.Definitions (2)
Common\TargetPlatformOptions.cs (2)
101os = string.IsNullOrEmpty(os) ? GetOsFromRid(GetCurrentRuntimeId()) : os; 102arch = string.IsNullOrEmpty(arch) ? GetArchFromRid(GetCurrentRuntimeId()) : arch;