We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f756c33 commit c7cc867Copy full SHA for c7cc867
eng/pipelines/prepare-pipelines.yml
@@ -1,10 +1,9 @@
1
trigger: none
2
3
+variables:
4
+- template: /eng/pipelines/templates/variables/image.yml
5
+
6
extends:
7
template: /eng/common/pipelines/templates/jobs/prepare-pipelines.yml
8
parameters:
- Repository: $(Build.Repository.Name)
- Prefix: js
- CIConventionOptions: ''
9
- UPConventionOptions: '--variablegroups 24 58 76 93'
10
- TestsConventionOptions: '--variablegroups 64'
+ Repository: Azure/azure-sdk-for-js
0 commit comments