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