File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
src/GitVersionTask.MsBuild/scripts Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -149,12 +149,12 @@ internal static partial class RuntimeIdMap
149
149
private static readonly string [ ] SDirectories = new [ ]
150
150
{
151
151
"alpine-x64" ,
152
+ "alpine.3.9-x64" ,
153
+ "alpine.3.9-x64" ,
152
154
"alpine-x64" ,
153
155
"alpine-x64" ,
154
156
"alpine-x64" ,
155
- "alpine-x64" ,
156
- "alpine-x64" ,
157
- "alpine-x64" ,
157
+ "alpine.3.9-x64" ,
158
158
"linux-x64" ,
159
159
"linux-x64" ,
160
160
"linux-x64" ,
@@ -196,9 +196,9 @@ internal static partial class RuntimeIdMap
196
196
"linux-x64" ,
197
197
"linux-x64" ,
198
198
"linux-x64" ,
199
- "linux -x64" ,
200
- "linux -x64" ,
201
- "linux -x64" ,
199
+ "ubuntu.18.04 -x64" ,
200
+ "ubuntu.18.04 -x64" ,
201
+ "ubuntu.18.04 -x64" ,
202
202
"rhel-x64" ,
203
203
"rhel-x64" ,
204
204
"rhel-x64" ,
@@ -261,7 +261,7 @@ internal static partial class RuntimeIdMap
261
261
"linux-x64" ,
262
262
"linux-x64" ,
263
263
"linux-x64" ,
264
- "linux -x64" ,
264
+ "ubuntu.18.04 -x64" ,
265
265
"linux-x64" ,
266
266
"linux-x64" ,
267
267
"linux-x64" ,
Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ using Newtonsoft.Json.Linq;
14
14
var availableRids = new [ ]
15
15
{
16
16
"alpine-x64" ,
17
+ "alpine.3.9-x64" ,
17
18
"debian.9-x64" ,
18
19
"fedora-x64" ,
19
20
"linux-x64" ,
20
21
"osx" ,
21
22
"rhel-x64" ,
23
+ "ubuntu.18.04-x64" ,
22
24
"win-x64" ,
23
25
"win-x86" ,
24
26
} ;
You can’t perform that action at this time.
0 commit comments