From 47651b6e77fcad651e8ab028c54d1708d4e0cb34 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Tue, 5 Sep 2017 08:44:15 -0700 Subject: [PATCH] Stop building ubuntu.16.10-x64 --- build/VersionBadge.props | 1 - build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs | 1 - 2 files changed, 2 deletions(-) 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 } };