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