Add support for building dotnet CLI on Debian.

This commit is contained in:
Jeremy Meng 2016-03-03 18:38:58 +00:00
parent c33c2ff127
commit ee4bbb43ff
6 changed files with 47 additions and 14 deletions

View file

@ -8,6 +8,7 @@ namespace Microsoft.DotNet.Cli.Build.Framework
OSX = 4,
Ubuntu = 5,
CentOS = 6,
RHEL = 7
RHEL = 7,
Debian = 8
}
}