Addressing code review comments and adding opensuse 13.2
This commit is contained in:
parent
5174fc06bd
commit
7652335195
54 changed files with 186 additions and 54 deletions
|
@ -110,6 +110,10 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
rid = $"fedora.{RuntimeEnvironment.OperatingSystemVersion}-x64";
|
||||
}
|
||||
else if (CurrentPlatform.IsOpenSuse)
|
||||
{
|
||||
rid = $"opensuse.{RuntimeEnvironment.OperatingSystemVersion}-x64";
|
||||
}
|
||||
|
||||
return rid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue