From 7670e7a5475c0182c14fe2079351507f66c8a650 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 13 Oct 2020 12:32:58 -0400 Subject: [PATCH] Fixed: Don't fail on screenshot upload 2nd run --- azure-pipelines.yml | 1 + src/NzbDrone.Automation.Test/Readarr.Automation.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 81f5b42e0..50e951f59 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -709,6 +709,7 @@ stages: TargetFolder: '$(Build.ArtifactStagingDirectory)/screenshots' - publish: $(Build.ArtifactStagingDirectory)/screenshots artifact: '$(osName)AutomationScreenshots' + continueOnError: true displayName: Publish Screenshot Bundle - task: PublishTestResults@2 inputs: diff --git a/src/NzbDrone.Automation.Test/Readarr.Automation.Test.csproj b/src/NzbDrone.Automation.Test/Readarr.Automation.Test.csproj index c9520f2e7..02b112795 100644 --- a/src/NzbDrone.Automation.Test/Readarr.Automation.Test.csproj +++ b/src/NzbDrone.Automation.Test/Readarr.Automation.Test.csproj @@ -11,7 +11,7 @@ - +