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