mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Increase timeouts in azure pipelines
This commit is contained in:
@ -10,6 +10,7 @@ parameters:
|
||||
|
||||
jobs:
|
||||
- job: ${{ parameters.name }}
|
||||
timeoutInMinutes: 90
|
||||
dependsOn: CodeFormatValidation
|
||||
variables:
|
||||
- ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}:
|
||||
|
Reference in New Issue
Block a user