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:
18
18
- task : DownloadPipelineArtifact@0
19
19
condition : always()
20
20
inputs :
21
- artifactName : JupyterLibrary Linux Robot Logs
21
+ artifactName : Robot Logs Linux
22
22
targetPath : _artifacts/test_output
23
23
- task : DownloadPipelineArtifact@0
24
24
condition : always()
25
25
inputs :
26
- artifactName : JupyterLibrary MacOSX Robot Logs
26
+ artifactName : Robot Logs MacOSX
27
27
targetPath : _artifacts/test_output
28
28
- task : DownloadPipelineArtifact@0
29
29
condition : always()
30
30
inputs :
31
- artifactName : JupyterLibrary Windows Robot Logs
31
+ artifactName : Robot Logs Windows
32
32
targetPath : _artifacts/test_output
33
33
- script : python -m scripts.combine
34
34
condition : always()
35
35
displayName : Rebot
36
- - task : PublishPipelineArtifact@0
36
+ - task : PublishBuildArtifacts@1
37
37
condition : always()
38
38
displayName : Publish Robot Logs
39
39
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:
32
32
condition : always()
33
33
34
34
- task : PublishPipelineArtifact@0
35
- displayName : Publish Robot Logs
35
+ displayName : Publish Robot Output
36
36
inputs :
37
37
targetPath : _artifacts/test_output
38
- artifactName : JupyterLibrary ${{ parameters.name }} Robot Logs
38
+ artifactName : Robot Output ${{ parameters.name }}
39
39
condition : always()
40
40
41
41
- ${{ if eq(parameters.name, 'Linux') }} :
42
42
- script : sphinx-build -M html docs _artifacts/docs
43
43
displayName : Build Docs
44
- - task : PublishPipelineArtifact@0
44
+ - task : PublishBuildArtifacts@1
45
45
displayName : Publish Docs
46
46
inputs :
47
- targetPath : _artifacts/docs/html
47
+ pathtoPublish : _artifacts/docs/html
48
48
artifactName : JupyterLibrary Docs
49
49
condition : always()
You can’t perform that action at this time.
0 commit comments