diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05810f6b5..3ebf4e94a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,10 @@ jobs: condition: | and ( succeeded(), - eq(variables['Build.SourceBranch'], 'refs/heads/dev') + or ( + eq(variables['Build.SourceBranch'], 'refs/heads/dev'), + eq(buildTag, True) + ) ) steps: - template: azure/build.yml