Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-05-12 21:40:32 +02:00
parent 85c82c4479
commit 30448dbc5a

View File

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