Avoid test log collisions across platforms (#9763)

Currently they overwrite each other which is clearly not helpful.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2021-05-21 09:11:16 +02:00 committed by GitHub
parent 6f631da09d
commit 4f97a4da8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ steps:
displayName: 'Publish the bazel test logs'
inputs:
pathtoPublish: 'bazel-testlogs/'
artifactName: 'Test logs'
artifactName: 'Test logs ${{parameters.name}}'
- bash: |
set -euo pipefail

View File

@ -37,7 +37,7 @@ steps:
displayName: 'Publish the bazel test logs'
inputs:
pathtoPublish: 'bazel-testlogs/'
artifactName: 'Test logs'
artifactName: 'Test logs Windows'
- template: bash-lib.yml
parameters: