From e7384b73e444e6a40ab1f17a589a87804b4d7104 Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Sat, 7 Jan 2023 17:18:09 +0100 Subject: [PATCH] ci/cd: retry build jackett server task (#13869) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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'