This commit is contained in:
Tyler James Leonhardt 2021-07-01 10:38:12 -07:00
parent 2095968447
commit 0199aa4af2

View file

@ -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'