diff options
| author | Bill Thornton <thornbill@users.noreply.github.com> | 2023-09-13 09:31:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-13 09:31:17 -0400 |
| commit | 345e0c8c0d1825d8288e0ae6cd561ab8b980fb54 (patch) | |
| tree | 930de0de8c9eaa82108c52d7b495ce450dfee437 | |
| parent | 3f19befc594670d72c2611f103e703633960e0aa (diff) | |
| parent | 745a7eb4ae042f4ad9fbf58321c459dd5990278a (diff) | |
Merge pull request #10217 from thornbill/run-collect-on-fails
Run collect script on failures
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index c28b1bf7f..c91a084e5 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -168,6 +168,7 @@ jobs: - job: CollectArtifacts timeoutInMinutes: 20 displayName: 'Collect Artifacts' + condition: succeededOrFailed() continueOnError: true dependsOn: - BuildPackage |
