ci(azure-pipelines): only run release stage under forceRelease || tag condition [skip ci]
This commit is contained in:
parent
30ad995a40
commit
f48afbca43
@ -81,6 +81,7 @@ stages:
|
||||
- compile
|
||||
|
||||
- stage: release
|
||||
condition: or(eq(variables.forceRelease, true), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
|
||||
dependsOn:
|
||||
- backend
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user