Skip to content

Commit 674ee6f

Browse files
committed
Fix pipeline error
1 parent 7fe44e8 commit 674ee6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.azure-pipelines/impacted_area_testing/get-impacted-area.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
parameters:
2+
- name: BUILD_BRANCH
3+
type: string
4+
default: 'master'
25
- name: TARGET_BRANCH
36
type: string
47
default: 'origin/master'
58
- name: SOURCE_BRANCH
69
type: string
10+
default: ''
11+
- name: IMPACT_AREA_INFO
12+
type: object
13+
default: {}
714

815
steps:
916
- script: |

0 commit comments

Comments
 (0)