File tree 1 file changed +15
-44
lines changed
eng/pipelines/common/templates/runtimes
1 file changed +15
-44
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
- - name : buildConfig
3
- type : string
4
- default : ' '
5
- - name : archType
6
- type : string
7
- default : ' '
8
- - name : osGroup
9
- type : string
10
- default : ' '
11
- - name : osSubgroup
12
- type : string
13
- default : ' '
14
- - name : container
15
- type : string
16
- default : ' '
17
- - name : testGroup
18
- type : string
19
- default : ' '
20
- - name : displayNameArgs
21
- type : string
22
- default : ' '
23
- - name : condition
24
- type : boolean
25
- default : true
26
- - name : variables
27
- type : object
28
- default : {}
29
- - name : pool
30
- type : string
31
- default : ' '
32
- - name : runtimeFlavor
33
- type : string
34
- default : ' coreclr'
35
- - name : runtimeVariant
36
- type : string
37
- default : ' '
38
- - name : dependsOn
39
- type : array
40
- default : []
41
- - name : crossBuild
42
- type : boolean
43
- default : false
44
- - name : isOfficialBuild
45
- type : boolean
2
+ buildConfig : ' '
3
+ archType : ' '
4
+ osGroup : ' '
5
+ osSubgroup : ' '
6
+ container : ' '
7
+ testGroup : ' '
8
+ displayNameArgs : ' '
9
+ condition : true
10
+ variables : {}
11
+ pool : ' '
12
+ runtimeFlavor : ' coreclr'
13
+ runtimeVariant : ' '
14
+ dependsOn : []
15
+ crossBuild : false
16
+ isOfficialBuild : false
46
17
47
18
# ## Build managed test components (native components are getting built as part
48
19
# ## of the product build job).
You can’t perform that action at this time.
0 commit comments