We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2ceec commit 8b1026dCopy full SHA for 8b1026d
azure-pipelines.yml
@@ -28,4 +28,3 @@ jobs:
28
- template: ci/job.lint.yml
29
- template: ci/job.test.yml
30
- template: ci/job.docs.yml
31
- - template: ci/job.combine.yml
ci/job.combine.yml
ci/job.test.yml
@@ -120,5 +120,5 @@ jobs:
120
displayName: publish browser test output
121
inputs:
122
targetPath: atest/output
123
- artifactName: Robot ${{ platform.name }}${{ python.name }} $(Build.BuildId)
+ artifactName: $(Agent.JobStatus) Robot ${{ platform.name }}${{ python.name }} $(Build.BuildId)
124
condition: always()
0 commit comments