Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bace2de + be4dd40 commit 285e987Copy full SHA for 285e987
1 file changed
azure-pipelines.yml
@@ -120,3 +120,7 @@ steps:
120
testResultsFiles: '**/test-results.xml'
121
testRunTitle: 'Python $(python.version)'
122
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