From 5d612dc0e3f696da862df4095387c8bde78d571b Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 16 May 2024 22:31:44 +0000 Subject: [PATCH] Merged PR 785501: Continue rolling build when Generate NOTICE file task failed Continue rolling build when Generate NOTICE file task failed --- .azdo/rolling/jobs/external.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azdo/rolling/jobs/external.yml b/.azdo/rolling/jobs/external.yml index 943ff6e2c..0e1c8ff33 100644 --- a/.azdo/rolling/jobs/external.yml +++ b/.azdo/rolling/jobs/external.yml @@ -56,6 +56,7 @@ jobs: - task: notice@0 displayName: Generate NOTICE file + continueOnError: true inputs: outputfile: $(Build.SourcesDirectory)\NOTICE.txt outputformat: text