Skip to content

Commit

Permalink
Add support for Pop!_OS
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed May 24, 2020
1 parent 69ce6fa commit 74e56d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nerdbank.GitVersioning.Tasks/RuntimeIdMap.cs
Original file line number Diff line number Diff line change
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 74e56d6

Please sign in to comment.