diff --git a/build/VersionBadge.props b/build/VersionBadge.props index 7ed806034..ba2538508 100644 --- a/build/VersionBadge.props +++ b/build/VersionBadge.props @@ -1,9 +1,9 @@ $(OSName)_$(Architecture) - Ubuntu_16_04_x64 - Fedora_23_x64 - openSUSE_13_2_x64 + ubuntu_16_04_x64 + fedora_23_x64 + openSUSE_13_2_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 cfeb125a1..35b1e9f1e 100644 --- a/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs +++ b/build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs @@ -46,15 +46,15 @@ namespace Microsoft.DotNet.Cli.Build { var badges = new Dictionary() { - { "Windows_x86", false }, - { "Windows_x64", false }, - { "Ubuntu_x64", false }, - { "Ubuntu_16_04_x64", false }, - { "RHEL_x64", false }, - { "OSX_x64", false }, - { "Debian_x64", false }, - { "CentOS_x64", false }, - { "Fedora_23_x64", false }, + { "win_x86", false }, + { "win_x64", false }, + { "ubuntu_x64", false }, + { "ubuntu_16_04_x64", false }, + { "rhel_x64", false }, + { "osx_x64", false }, + { "debian_x64", false }, + { "centos_x64", false }, + { "fedora_23_x64", false }, { "openSUSE_13_2_x64", false } };