Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 285e987

Browse files
authored
Merge pull request #17011 from QuLogic/azure-artifacts
CI: Publish result images as Azure artifacts.
2 parents bace2de + be4dd40 commit 285e987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,7 @@ steps:
120120
testResultsFiles: '**/test-results.xml'
121121
testRunTitle: 'Python $(python.version)'
122122
condition: succeededOrFailed()
123+
124+
- publish: $(System.DefaultWorkingDirectory)/result_images
125+
artifact: $(Agent.JobName)-result_images
126+
condition: and(failed(), ne(variables['python.version'], 'Pre'))

0 commit comments

Comments
 (0)