diff --git a/build/publish/Badge.targets b/build/publish/Badge.targets index b6e914f16..a3764e4a5 100644 --- a/build/publish/Badge.targets +++ b/build/publish/Badge.targets @@ -30,6 +30,7 @@ $(OSName)_$(Architecture) + rhel.6_x64 linux_x64 all_linux_distros_native_installer @@ -37,4 +38,4 @@ $(BaseOutputDirectory)/$(VersionBadgeMoniker)_$(Configuration)_coherent_badge.svg - \ No newline at end of file + diff --git a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs index 1c463e8cb..5b9073097 100644 --- a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs +++ b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs @@ -53,6 +53,7 @@ namespace Microsoft.DotNet.Cli.Build { "win_x64", false }, { "osx_x64", false }, { "linux_x64", false }, + { "rhel.6_x64", false }, { "all_linux_distros_native_installer", false} };