Skip to content

Commit 54ccd58

Browse files
committed
Added dependancy on build pipeline
1 parent dacd064 commit 54ccd58

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure/new_pipelines/azure-pr-blue-green-root.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ resources:
1010
name: NHSDigital/api-management-utils
1111
ref: refs/heads/edge
1212
endpoint: NHSDigital
13+
pipelines:
14+
- pipeline: build_pipeline
15+
source: "Immunisation-Fhir-Api-Build"
16+
trigger:
17+
branches:
18+
exclude:
19+
- master
20+
- refs/heads/master
21+
- refs/tags/v*
1322

1423
pool:
1524
name: 'AWS-ECS'

0 commit comments

Comments
 (0)