Add new badge for linux_x64 (#5968)

This commit is contained in:
Justin Goshi 2017-03-09 07:08:49 -10:00 committed by GitHub
parent 81c2d4605e
commit 132b175395

View file

@ -57,6 +57,7 @@ namespace Microsoft.DotNet.Cli.Build
{ "osx_x64", false },
{ "debian_x64", false },
{ "centos_x64", false },
{ "linux_x64", false },
};
if (!badges.ContainsKey(VersionBadgeMoniker))