1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 13:46:10 +00:00

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

View file

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