diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f01f93755..ec7006ccb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'