diff --git a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs index db3cbd396..8be9f8f4d 100644 --- a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs +++ b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs @@ -57,6 +57,7 @@ namespace Microsoft.DotNet.Cli.Build { "osx_x64", false }, { "debian_x64", false }, { "centos_x64", false }, + { "linux_x64", false }, }; if (!badges.ContainsKey(VersionBadgeMoniker))