Skip to content

Commit e1fbd0a

Browse files
authored
Add prepare pipelines configuration. (Azure#11967)
1 parent 20072d2 commit e1fbd0a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
trigger: none
2+
3+
extends:
4+
template: /eng/common/pipelines/templates/steps/prepare-pipelines.yml
5+
parameters:
6+
Repository: $(Build.Repository.Name)
7+
Prefix: js
8+
CIConventionOptions: ''
9+
UPConventionOptions: '--variablegroup 24 --variablegroup 58 --variablegroup 76 --variablegroup 56'
10+
TestsConventionOptions: ''

0 commit comments

Comments
 (0)