ci(azure-pipelines): reintroduce timeout for dependency builds
This commit is contained in:
parent
c62c435638
commit
7fe8fcb5f6
@ -39,6 +39,7 @@ jobs:
|
||||
${{ else }}:
|
||||
condition: always()
|
||||
pool: '${{parameters.dependenciesBuildPool}}'
|
||||
timeoutInMinutes: ${{parameters.dependenciesBuildTimeout}}
|
||||
container:
|
||||
# TODO: do not use latest on update branches
|
||||
image: $(buildImageUpstream)/${{parameters.serviceName}}:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user