Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-05-12 21:42:23 +02:00
parent 1419e72dbc
commit 6510cf9619

View File

@ -53,7 +53,7 @@ jobs:
# condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck'))
- job: 'Release'
condition: and(eq(variables['Build.SourceBranchName'], 'dev'), 'refs/tags'), succeeded('ShellCheck'))
condition: and(eq(variables['Build.SourceBranchName'], 'dev'), succeeded('ShellCheck'))
dependsOn: 'ShellCheck'
pool:
vmImage: 'ubuntu-16.04'