Adding Fedora 23
This commit is contained in:
parent
84d1b60ffe
commit
e634fedae8
50 changed files with 175 additions and 44 deletions
|
@ -106,6 +106,10 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
rid = "debian.8-x64";
|
||||
}
|
||||
else if (CurrentPlatform.IsFedora)
|
||||
{
|
||||
rid = "fedora.{RuntimeEnvironment.OperatingSystemVersion}-x64";
|
||||
}
|
||||
|
||||
return rid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue