Update azure-pipelines.yml

This commit is contained in:
Pascal Vizeli 2019-05-13 18:48:28 +02:00 committed by GitHub
parent d347532c96
commit cec027a6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: