File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
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 : JupyterLibrary Linux Robot Logs
21+ artifactName : Robot Logs Linux
2222 targetPath : _artifacts/test_output
2323 - task : DownloadPipelineArtifact@0
2424 condition : always()
2525 inputs :
26- artifactName : JupyterLibrary MacOSX Robot Logs
26+ artifactName : Robot Logs MacOSX
2727 targetPath : _artifacts/test_output
2828 - task : DownloadPipelineArtifact@0
2929 condition : always()
3030 inputs :
31- artifactName : JupyterLibrary Windows Robot Logs
31+ artifactName : Robot Logs Windows
3232 targetPath : _artifacts/test_output
3333 - script : python -m scripts.combine
3434 condition : always()
3535 displayName : Rebot
36- - task : PublishPipelineArtifact@0
36+ - task : PublishBuildArtifacts@1
3737 condition : always()
3838 displayName : Publish Robot Logs
3939 inputs :
40- targetPath : _artifacts/test_output
41- artifactName : JupyterLibrary Combined Robot Logs
40+ pathtoPublish : _artifacts/test_output
41+ artifactName : JupyterLibrary Robot Logs
Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ steps:
3232 condition : always()
3333
3434 - task : PublishPipelineArtifact@0
35- displayName : Publish Robot Logs
35+ displayName : Publish Robot Output
3636 inputs :
3737 targetPath : _artifacts/test_output
38- artifactName : JupyterLibrary ${{ parameters.name }} Robot Logs
38+ artifactName : Robot Output ${{ parameters.name }}
3939 condition : always()
4040
4141 - ${{ if eq(parameters.name, 'Linux') }} :
4242 - script : sphinx-build -M html docs _artifacts/docs
4343 displayName : Build Docs
44- - task : PublishPipelineArtifact@0
44+ - task : PublishBuildArtifacts@1
4545 displayName : Publish Docs
4646 inputs :
47- targetPath : _artifacts/docs/html
47+ pathtoPublish : _artifacts/docs/html
4848 artifactName : JupyterLibrary Docs
4949 condition : always()
You can’t perform that action at this time.
0 commit comments