From af29c61f01003fb8baacdef9f40c8b32de5a3497 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Wed, 14 Jun 2017 09:02:36 -0700 Subject: [PATCH] We stopped producing distribution specific assets for Linux; removing the check for existence before publishing to 'latest'. --- .../dotnet-cli-build/CheckIfAllBuildsHavePublished.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs index ddbe71ed2..3335e482f 100644 --- a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs +++ b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs @@ -51,16 +51,8 @@ namespace Microsoft.DotNet.Cli.Build { { "win_x86", false }, { "win_x64", false }, - { "ubuntu_x64", false }, - { "ubuntu_16_04_x64", false }, - { "ubuntu_16_10_x64", false }, - { "rhel_x64", false }, { "osx_x64", false }, - { "debian_x64", false }, - { "centos_x64", false }, { "linux_x64", false }, - { "fedora_24_x64", false }, - { "opensuse_42_1_x64", false } }; if (!badges.ContainsKey(VersionBadgeMoniker))