Skip to content

Commit

Permalink
Merge pull request #483 from dotnet/fix482
Browse files Browse the repository at this point in the history
Add support for Pop!_OS
  • Loading branch information
AArnott committed May 24, 2020
2 parents 69ce6fa + 74e56d6 commit 151fbd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nerdbank.GitVersioning.Tasks/RuntimeIdMap.cs
Expand Up @@ -216,6 +216,7 @@ internal static void ParseRuntimeId(string runtimeId, out string osName, out str
"osx.10.13-x64",
"osx.10.14",
"osx.10.14-x64",
"pop.20.04-x64",
"rhel-x64",
"rhel.6-x64",
"rhel.7-x64",
Expand Down Expand Up @@ -338,6 +339,7 @@ internal static void ParseRuntimeId(string runtimeId, out string osName, out str
"osx",
"osx",
"osx",
"ubuntu.18.04-x64",
"rhel-x64",
"rhel-x64",
"rhel-x64",
Expand Down

0 comments on commit 151fbd7

Please sign in to comment.