mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Skip Screenshot on 2nd build attempt
This commit is contained in:
parent
ab3b5bdf8b
commit
4a681601b2
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ stages:
|
|||
- publish: $(Build.ArtifactStagingDirectory)/screenshots
|
||||
artifact: '$(osName)AutomationScreenshots'
|
||||
displayName: Publish Screenshot Bundle
|
||||
continueOnError: true
|
||||
condition: and(succeeded(), eq(variables['System.JobAttempt'], '1'))
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: 'NUnit'
|
||||
|
|
Loading…
Reference in a new issue