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
|
- compile
|
||||||
|
|
||||||
- stage: release
|
- stage: release
|
||||||
|
condition: or(eq(variables.forceRelease, true), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- backend
|
- backend
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user