Allow NOTICE fallback to complete in product builds (#330564)

This commit is contained in:
Paul
2026-08-13 00:40:09 +00:00
committed by GitHub
parent 8121fc5607
commit df4e4d9502
@@ -1,7 +1,8 @@
jobs:
- job: Quality
displayName: Quality Checks
timeoutInMinutes: 20
# Leave enough time for NOTICE retries and the fallback path to finish.
timeoutInMinutes: 30
variables:
- name: skipComponentGovernanceDetection
value: true
@@ -154,7 +155,7 @@ jobs:
inputs:
outputfile: $(Build.SourcesDirectory)/ThirdPartyNotices.generated.txt
retryCountOnTaskFailure: 3
timeoutInMinutes: 10
timeoutInMinutes: 15
continueOnError: true
condition: and(succeeded(), eq(lower(variables['VSCODE_CIBUILD']), 'false'))