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:
1818 - task : DownloadPipelineArtifact@0
1919 condition : always()
2020 inputs :
21- artifactName : Robot Logs Linux
21+ artifactName : Robot Output Linux
2222 targetPath : _artifacts/test_output
2323 - task : DownloadPipelineArtifact@0
2424 condition : always()
2525 inputs :
26- artifactName : Robot Logs MacOSX
26+ artifactName : Robot Output MacOSX
2727 targetPath : _artifacts/test_output
2828 - task : DownloadPipelineArtifact@0
2929 condition : always()
3030 inputs :
31- artifactName : Robot Logs Windows
31+ artifactName : Robot Output Windows
3232 targetPath : _artifacts/test_output
3333 - script : python -m scripts.combine
3434 condition : always()
3535 displayName : Rebot
3636 - task : PublishBuildArtifacts@1
3737 condition : always()
38- displayName : Publish Robot Logs
38+ displayName : Publish Robot Output
3939 inputs :
4040 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