Skip to content

Commit 0629996

Browse files
authored
Add prepare pipelines definition. (Azure#16138)
1 parent b6e9975 commit 0629996

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: net
8+
CIConventionOptions: ''
9+
UPConventionOptions: '--variablegroup 13 --variablegroup 58 --variablegroup 76 --variablegroup 56'
10+
TestsConventionOptions: '--variablegroup 64'

0 commit comments

Comments
 (0)