Skip to content

Commit

Permalink
Add prepare pipelines definition. (#16138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Oct 22, 2020
1 parent b6e9975 commit 0629996
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eng/pipelines/prepare-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
trigger: none

extends:
template: /eng/common/pipelines/templates/steps/prepare-pipelines.yml
parameters:
Repository: $(Build.Repository.Name)
Prefix: net
CIConventionOptions: ''
UPConventionOptions: '--variablegroup 13 --variablegroup 58 --variablegroup 76 --variablegroup 56'
TestsConventionOptions: '--variablegroup 64'

0 comments on commit 0629996

Please sign in to comment.