From bf496a9b1256802d6ce8bc409af82f4955e89d18 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 16 Jun 2017 13:21:25 -0700 Subject: [PATCH] Update bages to aligan with linux buid definition --- build/VersionBadge.props | 12 +++++++----- .../CheckIfAllBuildsHavePublished.cs | 7 ++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/build/VersionBadge.props b/build/VersionBadge.props index 42f210be0..e7ae9aacc 100644 --- a/build/VersionBadge.props +++ b/build/VersionBadge.props @@ -1,10 +1,12 @@ - $(OSName)_$(Architecture) - ubuntu_16_04_x64 - ubuntu_16_10_x64 - fedora_24_x64 - opensuse_42_1_x64 + $(OSName)_$(Architecture) + debian_8_x64 + 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 3335e482f..67b3ec6fe 100644 --- a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs +++ b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs @@ -52,7 +52,12 @@ namespace Microsoft.DotNet.Cli.Build { "win_x86", false }, { "win_x64", false }, { "osx_x64", false }, - { "linux_x64", false }, + { "debian_8_x64", false }, + { "rhel_7_x64", false }, + { "ubuntu_14_04_x64", false }, + { "ubuntu_16_04_x64", false }, + { "ubuntu_16_10_x64", false }, + { "linux_x64", false } }; if (!badges.ContainsKey(VersionBadgeMoniker))