Adding the "ubuntu_16_10_x64" moniker to the badges lookup.

This commit is contained in:
John Beisner 2017-09-05 08:37:53 -07:00
parent c266e398cf
commit 7a55e4bbe4

View file

@ -56,6 +56,7 @@ namespace Microsoft.DotNet.Cli.Build
{ "rhel_7_x64", false },
{ "ubuntu_14_04_x64", false },
{ "ubuntu_16_04_x64", false },
{ "ubuntu_16_10_x64", false },
{ "linux_x64", false }
};