Update bages to aligan with linux buid definition

This commit is contained in:
William Li 2017-06-16 13:21:25 -07:00 committed by William Lee
parent 0dd17b6330
commit bf496a9b12
2 changed files with 13 additions and 6 deletions

View file

@ -52,7 +52,12 @@ namespace Microsoft.DotNet.Cli.Build
{ "win_x86", false },
{ "win_x64", false },
{ "osx_x64", false },
{ "linux_x64", false },
{ "debian_8_x64", false },
{ "rhel_7_x64", false },
{ "ubuntu_14_04_x64", false },
{ "ubuntu_16_04_x64", false },
{ "ubuntu_16_10_x64", false },
{ "linux_x64", false }
};
if (!badges.ContainsKey(VersionBadgeMoniker))