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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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'