ci(azure-pipelines): only run release stage under forceRelease || tag condition [skip ci]

This commit is contained in:
Sarah Vaupel 2025-02-05 11:32:00 +01:00
parent 30ad995a40
commit f48afbca43

View File

@ -81,6 +81,7 @@ stages:
- compile
- stage: release
condition: or(eq(variables.forceRelease, true), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
dependsOn:
- backend
jobs: