summaryrefslogtreecommitdiff
path: root/buildpipeline/pipelines.json
blob: 66183a1163ab63c925f5e5f071c61c073ef64fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
{
  "Repository": "coreclr",
  "Definitions": {
    "Path": ".",
    "Type": "VSTS",
    "BaseUrl":  "https://devdiv.visualstudio.com/DefaultCollection",
    "SkipBranchAndVersionOverrides": "false"
  },
  "PrivateRun": {
    "property-overrides": {
      "PB_PublishType": ""
    }
  },
  "DefinitionGroups": [
    {
      "Name": "Product-Build",
      "Definitions": [
        {
          "Name": "DotNet-CoreClr-Trusted-Linux",
          "Parameters": {
            "DockerTag": "centos-7-d485f41-20173404063424",
            "Rid": "linux"
          },
          "ReportingParameters": {
            "OperatingSystem": "Linux",
            "Type": "build/product/",
            "Architecture": "x64",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Linux",
          "Parameters": {
            "DockerTag": "centos-6-376e1a3-20174311014331",
            "Rid": "rhel.6",
            "PB_AdditionalBuildArgs": "-portablebuild=false"
          },
          "ReportingParameters": {
            "OperatingSystem": "RedHat6",
            "Type": "build/product/",
            "Architecture": "x64",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Linux",
          "Parameters": {
            "DockerTag": "alpine-3.6-3148f11-20171119021156",
            "Rid": "linux-musl",
            "PB_OutputRID": "linux-musl-x64",
            "PB_AdditionalBuildArgs": "-portablebuild=false"
          },
          "ReportingParameters": {
            "OperatingSystem": "Linux-musl",
            "Type": "build/product/",
            "Architecture": "x64",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Mac",
          "Parameters": {
            "Rid": "osx"
          },
          "ReportingParameters": {
            "OperatingSystem": "OSX",
            "Type": "build/product/",
            "SubType": "PortableBuild",
            "Architecture": "x64",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Windows",
          "Parameters": {
            "Architecture": "x64"
          },
          "ReportingParameters": {
            "OperatingSystem": "Windows",
            "Type": "build/product/",
            "SubType" : "PortableBuild",
            "Architecture": "x64",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Windows",
          "Parameters": {
            "Architecture": "arm64",
            "ToolsetArgs": "toolset_dir C:\\tools\\clr"
          },
          "ReportingParameters": {
            "OperatingSystem": "Windows",
            "Type": "build/product/",
            "SubType" : "PortableBuild",
            "Architecture": "arm64",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Windows",
          "Parameters": {
            "Architecture": "arm"
          },
          "ReportingParameters": {
            "OperatingSystem": "Windows",
            "Type": "build/product/",
            "SubType" : "PortableBuild",
            "Architecture": "arm",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Windows-x86",
          "Parameters": {
            "Architecture": "x86"
          },
          "ReportingParameters": {
            "OperatingSystem": "Windows",
            "Type": "build/product/",
            "SubType" : "PortableBuild",
            "Architecture": "x86",
            "PB_BuildType": null
          }
        }
      ]
    },
    {
      "Name": "Linux-CrossBuild",
      "Definitions": [
        {
          "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild",
          "Parameters": {
            "DockerTag": "ubuntu-14.04-cross-e435274-20180426002420",
            "Architecture": "arm",
            "Rid": "linux",
            "CrossArchitecture": "x86",
            "CrossArchBuildArgs": "crosscomponent",
            "CrossArchBuildPackagesArgs": "-__DoCrossArchBuild=1",
            "CAC_ROOTFS_DIR": "/crossrootfs/$(CrossArchitecture)"
          },
          "ReportingParameters": {
            "OperatingSystem": "Linux",
            "SubType": "PortableCrossBuild",
            "Type": "build/product/",
            "Architecture": "arm",
            "PB_BuildType": null
          }
        },
        {
          "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild",
          "Parameters": {
            "DockerTag": "ubuntu-16.04-cross-arm64-a3ae44b-20180315221921",
            "Architecture": "arm64",
            "Rid": "linux",
            "CrossArchBuildArgs": "crosscomponent",
            "CrossArchBuildPackagesArgs": "-__DoCrossArchBuild=1"
          },
          "ReportingParameters": {
            "OperatingSystem": "Linux",
            "SubType": "PortableCrossBuild",
            "Type": "build/product/",
            "Architecture": "arm64",
            "PB_BuildType": null
          }
        }
      ]
    }
  ],
  "Pipelines": [
    {
      "Name": "Trusted-All-Release",
      "Parameters": {
        "TreatWarningsAsErrors": "false"
      },
      "BuildParameters": {
        "PB_BuildType": "Release",
        "PublishFlat": "false",
        "PB_EnforcePGO": "enforcepgo"
      },
      "ReportingParameters": {
        "PB_BuildType": "Release"
      },
      "DefinitionGroupRefs": [
        "Product-Build"
      ]
    },
    {
      "Name": "Trusted-Crossbuild-Release",
      "Parameters": {
        "TreatWarningsAsErrors": "false"
      },
      "BuildParameters": {
        "PB_BuildType": "Release",
        "PublishFlat": "false"
      },
      "ReportingParameters": {
        "PB_BuildType": "Release"
      },
      "DefinitionGroupRefs": [
        "Linux-CrossBuild"
      ]
    },
    {
      "Name": "Publish Packages to Feeds - Release",
      "Parameters": {
        "TreatWarningsAsErrors": "false"
      },
      "BuildParameters": {
        "PB_BuildType": "Release"
      },
      "Definitions": [
        {
          "Name": "DotNet-Trusted-Publish",
          "SkipBranchAndVersionOverrides": "true",
          "Parameters": {
            "VstsRepositoryName": "DotNet-CoreCLR-Trusted",
            "GitHubRepositoryName": "coreclr"
          },
          "ReportingParameters": {
            "TaskName":  "Publish",
            "Type": "build/publish/",
            "ConfigurationGroup": "Release"
          }
        }
      ],
      "DependsOn": [
        "Trusted-All-Release",
        "Trusted-Crossbuild-Release"
      ]
    },
    {
      "Name": "Publish Symbols - Release",
      "Parameters": {
        "TreatWarningsAsErrors": "false"
      },
      "BuildParameters": {
        "PB_BuildType": "Release"
      },
      "Definitions": [
        {
          "Name": "DotNet-Trusted-Publish-Symbols",
          "SkipBranchAndVersionOverrides": "true",
          "Parameters": {
          },
          "ReportingParameters": {
            "TaskName": "Symbol Publish",
            "Type": "build/publish/",
            "ConfigurationGroup": "Release"
          }
        }
      ],
      "DependsOn": [
        "Trusted-All-Release",
        "Trusted-Crossbuild-Release"
      ]
    }
  ]
}