Add support for building dotnet CLI on RHEL.
This commit is contained in:
parent
ab5df03700
commit
3a4ce0a86b
6 changed files with 48 additions and 47 deletions
|
@ -5,6 +5,7 @@ namespace Microsoft.DotNet.Cli.Build.Framework
|
|||
Windows = 1,
|
||||
OSX = 2,
|
||||
Ubuntu = 3,
|
||||
CentOS = 4
|
||||
CentOS = 4,
|
||||
RHEL = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue