Add unique run number to the published artifact (#3751)

This commit is contained in:
Tadgh 2022-06-30 16:51:21 -07:00 committed by GitHub
parent c073c0eeb4
commit fb4dce7a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
condition: always()
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)/'
artifactName: 'full_logs_$(Build.BuildId)_$(Build.BuildNumber).zip'
artifactName: 'full_logs_$(Build.BuildId)_$(Build.BuildNumber)_$(System.JobId).zip'
- script: bash <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN)
displayName: 'codecov'
- task: PublishTestResults@2