Ideally, attachments included in the test results should be automatically uploaded into the test run per test-case.
- task: PublishTestPlanResults@0
inputs:
....
publishTestAttachments: # boolean, should default to true
testAttachmentDirectory: # string. should default to testResultDirectory
Ideally, attachments included in the test results should be automatically uploaded into the test run per test-case.