Skip to content

Commit

Permalink
[Azure Pipelines] always publish infrastructure/ TBPL logs (#15786)
Browse files Browse the repository at this point in the history
This includes when the pipeline is canceled due to a timeout.
  • Loading branch information
foolip authored and Marcos Cáceres committed Jul 23, 2019
1 parent 755d0b7 commit 2de5e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Expand Up @@ -95,7 +95,7 @@ jobs:
displayName: 'Publish results'
inputs:
artifactName: 'infrastructure'
condition: succeededOrFailed()
condition: always()

- job: tools_unittest_macOS
displayName: 'tools/ unittests (macOS)'
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
displayName: 'Publish results'
inputs:
artifactName: 'infrastructure'
condition: succeededOrFailed()
condition: always()
- template: tools/ci/azure/cleanup_win10.yml

- job: results_edge
Expand Down

0 comments on commit 2de5e2c

Please sign in to comment.