From 9f584f2c6ab9d4947ef596d06566c6650b9fca87 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 28 Jun 2019 13:10:31 +0200 Subject: [PATCH] Update azure-pipelines-release.yml for Azure Pipelines --- azure-pipelines-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 8fca0e72b..a2fb2d1dd 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -18,6 +18,7 @@ variables: jobs: - job: 'VersionValidate' + condition: startsWith(variables['Build.SourceBranch'], 'refs/tags') pool: vmImage: 'ubuntu-latest' steps: @@ -42,12 +43,9 @@ jobs: - job: 'Release' - condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('VersionValidate')) dependsOn: - 'VersionValidate' timeoutInMinutes: 240 - dependsOn: - - 'ShellCheck' pool: name: 'Buildroot' strategy: