|
16 | 16 | "Rid": "debian.8"
|
17 | 17 | },
|
18 | 18 | "ReportingParameters": {
|
19 |
| - "OperatingSystem": "Debian 8.2" |
| 19 | + "OperatingSystem": "Debian 8.2", |
| 20 | + "Type": "build/product/" |
20 | 21 | }
|
21 | 22 | },
|
22 | 23 | {
|
|
26 | 27 | "Rid": "rhel.7"
|
27 | 28 | },
|
28 | 29 | "ReportingParameters": {
|
29 |
| - "OperatingSystem": "RedHat 7" |
| 30 | + "OperatingSystem": "RedHat 7", |
| 31 | + "Type": "build/product/" |
30 | 32 | }
|
31 | 33 | },
|
32 | 34 | {
|
|
36 | 38 | "Rid": "ubuntu.14.04"
|
37 | 39 | },
|
38 | 40 | "ReportingParameters": {
|
39 |
| - "OperatingSystem": "Ubuntu 14.04" |
| 41 | + "OperatingSystem": "Ubuntu 14.04", |
| 42 | + "Type": "build/product/" |
40 | 43 | }
|
41 | 44 | },
|
42 | 45 | {
|
|
46 | 49 | "Rid": "ubuntu.16.04"
|
47 | 50 | },
|
48 | 51 | "ReportingParameters": {
|
49 |
| - "OperatingSystem": "Ubuntu 16.04" |
| 52 | + "OperatingSystem": "Ubuntu 16.04", |
| 53 | + "Type": "build/product/" |
50 | 54 | }
|
51 | 55 | },
|
52 | 56 | {
|
|
56 | 60 | "Rid": "ubuntu.16.10"
|
57 | 61 | },
|
58 | 62 | "ReportingParameters": {
|
59 |
| - "OperatingSystem": "Ubuntu 16.10" |
| 63 | + "OperatingSystem": "Ubuntu 16.10", |
| 64 | + "Type": "build/product/" |
60 | 65 | }
|
61 | 66 | },
|
62 | 67 | {
|
|
66 | 71 | "Rid": "fedora.24"
|
67 | 72 | },
|
68 | 73 | "ReportingParameters": {
|
69 |
| - "OperatingSystem": "Fedora 24" |
| 74 | + "OperatingSystem": "Fedora 24", |
| 75 | + "Type": "build/product/" |
70 | 76 | }
|
71 | 77 | },
|
72 | 78 | {
|
|
76 | 82 | "Rid": "opensuse.42.1"
|
77 | 83 | },
|
78 | 84 | "ReportingParameters": {
|
79 |
| - "OperatingSystem": "openSUSE 42.1" |
| 85 | + "OperatingSystem": "openSUSE 42.1", |
| 86 | + "Type": "build/product/" |
80 | 87 | }
|
81 | 88 | },
|
82 | 89 | {
|
|
86 | 93 | "Rid": "alpine.3.4.3"
|
87 | 94 | },
|
88 | 95 | "ReportingParameters": {
|
89 |
| - "OperatingSystem": "Alpine 3.4.3" |
| 96 | + "OperatingSystem": "Alpine 3.4.3", |
| 97 | + "Type": "build/product/" |
90 | 98 | }
|
91 | 99 | },
|
92 | 100 | {
|
|
97 | 105 | "Rid": "linux"
|
98 | 106 | },
|
99 | 107 | "ReportingParameters": {
|
100 |
| - "OperatingSystem": "RedHat 7" |
| 108 | + "OperatingSystem": "RedHat 7", |
| 109 | + "Type": "build/product/" |
101 | 110 | }
|
102 | 111 | },
|
103 | 112 | {
|
104 | 113 | "Name": "DotNet-CoreClr-Trusted-Mac",
|
105 | 114 | "Parameters": {
|
106 | 115 | "Rid": "osx.10.12"
|
| 116 | + }, |
| 117 | + "ReportingParameters": { |
| 118 | + "OperatingSystem": "OSX 10.12", |
| 119 | + "Type": "build/product/" |
107 | 120 | }
|
108 | 121 | },
|
109 | 122 | {
|
110 | 123 | "Name": "DotNet-CoreClr-Trusted-Mac",
|
111 | 124 | "Parameters": {
|
112 | 125 | "Rid": "osx",
|
113 | 126 | "portableBuild": "-portable"
|
| 127 | + }, |
| 128 | + "ReportingParameters": { |
| 129 | + "OperatingSystem": "RedHat 7", |
| 130 | + "Type": "build/product/", |
| 131 | + "SubType": "PortableBuild" |
114 | 132 | }
|
115 | 133 | },
|
116 | 134 | {
|
117 | 135 | "Name": "DotNet-CoreClr-Trusted-Windows",
|
118 | 136 | "Parameters": {
|
119 | 137 | "Architecture": "x64"
|
| 138 | + }, |
| 139 | + "ReportingParameters": { |
| 140 | + "OperatingSystem": "Windows", |
| 141 | + "Type": "build/product/" |
120 | 142 | }
|
121 | 143 | },
|
122 | 144 | {
|
123 | 145 | "Name": "DotNet-CoreClr-Trusted-Windows",
|
124 | 146 | "Parameters": {
|
125 | 147 | "Architecture": "x64",
|
126 | 148 | "portableBuild": "-portable"
|
| 149 | + }, |
| 150 | + "ReportingParameters": { |
| 151 | + "OperatingSystem": "Windows", |
| 152 | + "Type": "build/product/", |
| 153 | + "SubType" : "PortableBuild" |
127 | 154 | }
|
128 | 155 | },
|
129 | 156 | {
|
130 | 157 | "Name": "DotNet-CoreClr-Trusted-Windows",
|
131 | 158 | "Parameters": {
|
132 | 159 | "Architecture": "arm64"
|
| 160 | + }, |
| 161 | + "ReportingParameters": { |
| 162 | + "OperatingSystem": "Windows", |
| 163 | + "Type": "build/product/" |
133 | 164 | }
|
134 | 165 | },
|
135 | 166 | {
|
136 | 167 | "Name": "DotNet-CoreClr-Trusted-Windows",
|
137 | 168 | "Parameters": {
|
138 | 169 | "Architecture": "arm64",
|
139 | 170 | "portableBuild": "-portable"
|
| 171 | + }, |
| 172 | + "ReportingParameters": { |
| 173 | + "OperatingSystem": "Windows", |
| 174 | + "Type": "build/product/", |
| 175 | + "SubType" : "PortableBuild" |
140 | 176 | }
|
141 | 177 | },
|
142 | 178 | {
|
143 | 179 | "Name": "DotNet-CoreClr-Trusted-Windows",
|
144 | 180 | "Parameters": {
|
145 | 181 | "Architecture": "arm"
|
| 182 | + }, |
| 183 | + "ReportingParameters": { |
| 184 | + "OperatingSystem": "Windows", |
| 185 | + "Type": "build/product/" |
146 | 186 | }
|
147 | 187 | },
|
148 | 188 | {
|
149 | 189 | "Name": "DotNet-CoreClr-Trusted-Windows",
|
150 | 190 | "Parameters": {
|
151 | 191 | "Architecture": "arm",
|
152 | 192 | "portableBuild": "-portable"
|
| 193 | + }, |
| 194 | + "ReportingParameters": { |
| 195 | + "OperatingSystem": "Windows", |
| 196 | + "Type": "build/product/", |
| 197 | + "SubType" : "PortableBuild" |
153 | 198 | }
|
154 | 199 | },
|
155 | 200 | {
|
|
159 | 204 | "Name": "DotNet-CoreClr-Trusted-Windows-x86",
|
160 | 205 | "Parameters": {
|
161 | 206 | "portableBuild": "-portable"
|
| 207 | + }, |
| 208 | + "ReportingParameters": { |
| 209 | + "OperatingSystem": "Windows", |
| 210 | + "Type": "build/product/", |
| 211 | + "SubType" : "PortableBuild" |
162 | 212 | }
|
163 | 213 | }
|
164 | 214 | ]
|
|
175 | 225 | },
|
176 | 226 | "ReportingParameters": {
|
177 | 227 | "OperatingSystem": "Ubuntu 14.04",
|
178 |
| - "SubType": "CrossBuild" |
| 228 | + "SubType": "CrossBuild", |
| 229 | + "Type": "build/product/" |
179 | 230 | }
|
180 | 231 | },
|
181 | 232 | {
|
|
188 | 239 | },
|
189 | 240 | "ReportingParameters": {
|
190 | 241 | "OperatingSystem": "Ubuntu 14.04",
|
191 |
| - "SubType": "CrossBuild" |
| 242 | + "SubType": "PortableCrossBuild", |
| 243 | + "Type": "build/product/" |
192 | 244 | }
|
193 | 245 | },
|
194 | 246 | {
|
|
200 | 252 | },
|
201 | 253 | "ReportingParameters": {
|
202 | 254 | "OperatingSystem": "Ubuntu 16.04",
|
203 |
| - "SubType": "CrossBuild" |
| 255 | + "SubType": "CrossBuild", |
| 256 | + "Type": "build/product/" |
204 | 257 | }
|
205 | 258 | }
|
206 | 259 | ]
|
|
288 | 341 | "PB_BuildType": "Release"
|
289 | 342 | },
|
290 | 343 | "ReportingParameters": {
|
291 |
| - "SubType": "Publish" |
| 344 | + "SubType": "Publish", |
| 345 | + "Type": "build/publish/" |
292 | 346 | },
|
293 | 347 | "Definitions": [
|
294 | 348 | {
|
|
315 | 369 | "PB_BuildType": "Debug"
|
316 | 370 | },
|
317 | 371 | "ReportingParameters": {
|
318 |
| - "SubType": "Publish" |
| 372 | + "SubType": "Publish", |
| 373 | + "Type": "build/publish/" |
319 | 374 | },
|
320 | 375 | "Definitions": [
|
321 | 376 | {
|
|
340 | 395 | "PB_BuildType": "Checked"
|
341 | 396 | },
|
342 | 397 | "ReportingParameters": {
|
343 |
| - "SubType": "Publish" |
| 398 | + "SubType": "Publish", |
| 399 | + "Type": "build/publish/" |
344 | 400 | },
|
345 | 401 |
|
346 | 402 | "Definitions": [
|
|
376 | 432 | "RuntimeIDArg": " "
|
377 | 433 | },
|
378 | 434 | "ReportingParameters": {
|
379 |
| - "OperatingSystem": "Windows" |
| 435 | + "OperatingSystem": "Windows", |
| 436 | + "Type": "build/product/" |
380 | 437 | }
|
381 | 438 | },
|
382 | 439 | {
|
|
389 | 446 | "RuntimeIDArg": "runtimeid osx.10.12-x64"
|
390 | 447 | },
|
391 | 448 | "ReportingParameters": {
|
392 |
| - "OperatingSystem": "OSX" |
| 449 | + "OperatingSystem": "OSX", |
| 450 | + "Type": "build/product/" |
393 | 451 | }
|
394 | 452 | },
|
395 | 453 | {
|
|
402 | 460 | "RuntimeIDArg": "runtimeid linux-x64"
|
403 | 461 | },
|
404 | 462 | "ReportingParameters": {
|
405 |
| - "OperatingSystem": "RedHat 7" |
| 463 | + "OperatingSystem": "RedHat 7", |
| 464 | + "Type": "build/product/" |
406 | 465 | }
|
407 | 466 | }
|
408 | 467 | ],
|
|
0 commit comments