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 @@
-
+