diff --git a/build/VersionBadge.props b/build/VersionBadge.props
index 0dab52fb8..da383c13c 100644
--- a/build/VersionBadge.props
+++ b/build/VersionBadge.props
@@ -5,7 +5,6 @@
rhel_7_x64
ubuntu_14_04_x64
ubuntu_16_04_x64
- ubuntu_16_10_x64
linux_x64
$(BaseOutputDirectory)/$(VersionBadgeMoniker)_$(Configuration)_version_badge.svg
diff --git a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs
index 67b3ec6fe..1dfb0b3de 100644
--- a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs
+++ b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs
@@ -56,7 +56,6 @@ 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 }
};