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.
1 parent bb75f73 commit be4dd40Copy full SHA for be4dd40
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