From 6510cf9619000a71f68e5146c8e239375cdefb05 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 21:42:23 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'