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:
parent
f1470fc3c5
commit
e7384b73e4
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue