mirror of https://github.com/Jackett/Jackett
ci/cd: retry build jackett server task (#13869)
This commit is contained in:
parent
f1470fc3c5
commit
e7384b73e4
|
@ -116,6 +116,7 @@ stages:
|
|||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Build Jackett Server
|
||||
retryCountOnTaskFailure: 2
|
||||
inputs:
|
||||
command: publish
|
||||
projects: 'src/Jackett.Server/Jackett.Server.csproj'
|
||||
|
|
Loading…
Reference in New Issue