ci/cd: retry build jackett server task (#13869)

This commit is contained in:
Diego Heras
2023-01-07 17:18:09 +01:00
committed by GitHub
parent f1470fc3c5
commit e7384b73e4

View File

@@ -116,6 +116,7 @@ stages:
- task: DotNetCoreCLI@2
displayName: Build Jackett Server
retryCountOnTaskFailure: 2
inputs:
command: publish
projects: 'src/Jackett.Server/Jackett.Server.csproj'