Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit af29c61

Browse files
author
John Beisner
committed
We stopped producing distribution specific assets for Linux; removing the check for existence before publishing to 'latest'.
1 parent a9b3d7d commit af29c61

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build_projects/dotnet-cli-build/CheckIfAllBuildsHavePublished.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,8 @@ public override bool Execute()
5151
{
5252
{ "win_x86", false },
5353
{ "win_x64", false },
54-
{ "ubuntu_x64", false },
55-
{ "ubuntu_16_04_x64", false },
56-
{ "ubuntu_16_10_x64", false },
57-
{ "rhel_x64", false },
5854
{ "osx_x64", false },
59-
{ "debian_x64", false },
60-
{ "centos_x64", false },
6155
{ "linux_x64", false },
62-
{ "fedora_24_x64", false },
63-
{ "opensuse_42_1_x64", false }
6456
};
6557

6658
if (!badges.ContainsKey(VersionBadgeMoniker))

0 commit comments

Comments
 (0)