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;
|
return IsCentOS;
|
||||||
case BuildPlatform.RHEL:
|
case BuildPlatform.RHEL:
|
||||||
return IsRHEL;
|
return IsRHEL;
|
||||||
|
case BuildPlatform.Debian:
|
||||||
|
return IsDebian;
|
||||||
case BuildPlatform.Unix:
|
case BuildPlatform.Unix:
|
||||||
return IsUnix;
|
return IsUnix;
|
||||||
case BuildPlatform.Linux:
|
case BuildPlatform.Linux:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue