Skip to content

Commit 5ea59a8

Browse files
authored
Continue On Error to unblock people fixing other issues. (Azure#19434)
1 parent f8ca765 commit 5ea59a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/aggregate-reports.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
# GdnBreakOutputBaselineFile: java
126126
# GdnBreakOutputBaseline: baseline
127127
condition: succeededOrFailed()
128+
continueOnError: true
128129
# Run link verification at the end as it will run no matter the pipeline passing or failing.
129130
# If this task fails with an error it shouldn't prevent aggregate reports from being generated.
130131
- template: ../common/pipelines/templates/steps/verify-links.yml

0 commit comments

Comments
 (0)