8000 ci: Publish result images as Azure artifacts. · matplotlib/matplotlib@31683a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31683a1

Browse files
committed
ci: Publish result images as Azure artifacts.
1 parent bb75f73 commit 31683a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,6 @@ steps:
120120
testResultsFiles: '**/test-results.xml'
121121
testRunTitle: 'Python $(python.version)'
122122
condition: succeededOrFailed()
123+
124+
- publish: $(System.DefaultWorkingDirectory)/result_images
125+
artifact: result_images

0 commit comments

Comments
 (0)
0