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 e6c1798 commit b494fedCopy full SHA for b494fed
.pipelines/trigger.yaml
@@ -23,16 +23,17 @@ trigger: none
23
24
resources:
25
repositories:
26
- - repository: templates
27
- type: git
28
- name: 1ESPipelineTemplates
29
- ref: stable
30
31
- - repository: azure-container-networking
32
- type: github
33
- name: Azure/azure-container-networking
34
- endpoint: 'Azure-ACN RO Service Connection'
35
- ref: refs/heads/feature/ob-onboard-2
+ - repository: 1ESPipelineTemplates
+ type: git
+ name: 1ESPipelineTemplates/1ESPipelineTemplates
+ ref: refs/tags/release
+
+ - repository: azure-container-networking
+ type: github
+ name: Azure/azure-container-networking
+ endpoint: 'Azure-ACN RO Service Connection'
36
+ ref: refs/heads/feature/ob-onboard-2
37
38
39
variables:
0 commit comments