diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 845fe943d..a7ebbaef1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,6 +55,7 @@ jobs: # condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck')) - job: 'Release' condition: and(eq(variables['Build.SourceBranchName'], 'dev'), succeeded('ShellCheck')) + timeoutInMinutes: 360 dependsOn: - 'ShellCheck' pool: