File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,24 +18,24 @@ jobs:
18
18
- task : DownloadPipelineArtifact@0
19
19
condition : always()
20
20
inputs :
21
- artifactName : Robot Logs Linux
21
+ artifactName : Robot Output Linux
22
22
targetPath : _artifacts/test_output
23
23
- task : DownloadPipelineArtifact@0
24
24
condition : always()
25
25
inputs :
26
- artifactName : Robot Logs MacOSX
26
+ artifactName : Robot Output MacOSX
27
27
targetPath : _artifacts/test_output
28
28
- task : DownloadPipelineArtifact@0
29
29
condition : always()
30
30
inputs :
31
- artifactName : Robot Logs Windows
31
+ artifactName : Robot Output Windows
32
32
targetPath : _artifacts/test_output
33
33
- script : python -m scripts.combine
34
34
condition : always()
35
35
displayName : Rebot
36
36
- task : PublishBuildArtifacts@1
37
37
condition : always()
38
- displayName : Publish Robot Logs
38
+ displayName : Publish Robot Output
39
39
inputs :
40
40
pathtoPublish : _artifacts/test_output
41
- artifactName : JupyterLibrary Robot Logs
41
+ artifactName : JupyterLibrary Robot Output
You can’t perform that action at this time.
0 commit comments