diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eaccb9f07..12a344220 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -116,6 +116,7 @@ stages: - task: DotNetCoreCLI@2 displayName: Build Jackett Server + retryCountOnTaskFailure: 2 inputs: command: publish projects: 'src/Jackett.Server/Jackett.Server.csproj'