Address CR feedback.
Add Debian to IsPlatform() method.
This commit is contained in:
parent
ee4bbb43ff
commit
33ae98b48c
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ namespace Microsoft.DotNet.Cli.Build.Framework
|
|||
return IsCentOS;
|
||||
case BuildPlatform.RHEL:
|
||||
return IsRHEL;
|
||||
case BuildPlatform.Debian:
|
||||
return IsDebian;
|
||||
case BuildPlatform.Unix:
|
||||
return IsUnix;
|
||||
case BuildPlatform.Linux:
|
||||
|
|
Loading…
Add table
Reference in a new issue