Skip to content

Commit e7356ff

Browse files
committed
Remove parameter refactor
1 parent 8cb76a6 commit e7356ff

File tree

1 file changed

+15
-44
lines changed

1 file changed

+15
-44
lines changed

eng/pipelines/common/templates/runtimes/build-test-job.yml

+15-44
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,19 @@
11
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
4617

4718
### Build managed test components (native components are getting built as part
4819
### of the product build job).

0 commit comments

Comments
 (0)