diff --git a/build/azure-pipelines/product-publish.yml b/build/azure-pipelines/product-publish.yml index f051390bd1e..6a4406f6a26 100644 --- a/build/azure-pipelines/product-publish.yml +++ b/build/azure-pipelines/product-publish.yml @@ -52,6 +52,7 @@ steps: - publish: $(Pipeline.Workspace)/artifacts_processed_$(System.StageAttempt)/artifacts_processed_$(System.StageAttempt).txt artifact: artifacts_processed_$(System.StageAttempt) displayName: Publish what artifacts were published for this stage attempt + condition: always() - pwsh: | $ErrorActionPreference = 'Stop'