mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +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
|
- 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'
|
||||||
|
|
Loading…
Reference in a new issue