diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0def3756e..756dd9434 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'