diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ccd1f407356e..336ceec7820e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -120,3 +120,7 @@ steps: testResultsFiles: '**/test-results.xml' testRunTitle: 'Python $(python.version)' condition: succeededOrFailed() + +- publish: $(System.DefaultWorkingDirectory)/result_images + artifact: $(Agent.JobName)-result_images + condition: and(failed(), ne(variables['python.version'], 'Pre'))