|
|
@ -702,7 +702,7 @@ stages:
|
|
|
|
- publish: $(Build.ArtifactStagingDirectory)/screenshots
|
|
|
|
- publish: $(Build.ArtifactStagingDirectory)/screenshots
|
|
|
|
artifact: '$(osName)AutomationScreenshots'
|
|
|
|
artifact: '$(osName)AutomationScreenshots'
|
|
|
|
displayName: Publish Screenshot Bundle
|
|
|
|
displayName: Publish Screenshot Bundle
|
|
|
|
continueOnError: true
|
|
|
|
condition: and(succeeded(), eq(variables['System.JobAttempt'], '1'))
|
|
|
|
- task: PublishTestResults@2
|
|
|
|
- task: PublishTestResults@2
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|