diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 6c8dcc584..2a2055f57 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -187,7 +187,7 @@ stages: # - script: echo "Work in progress" # TODO - stage: Release - dependsOn: Test + dependsOn: Build # TODO Test condition: or(eq(variables.forceRelease, true), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) jobs: - template: .azure-pipelines/templates/jobs/release.yaml