6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit f0352b1d
Changed files
azure/azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Diff
diff --git a/azure/azure-pipelines.yml b/azure/azure-pipelines.yml
index 7c68397c..1e71edb4 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -17,7 +17,7 @@ pool:
vmImage: 'macOS-14'
stages:
-- stage: CI Android
+- stage: CI_Android
pool:
vmImage: 'ubuntu-latest'
jobs:
@@ -53,7 +53,7 @@ stages:
flavor: ${{ variables.flavor }}
-- stage: CI iOS
+- stage: CI_iOS
pool:
vmImage: 'macOS-14'
jobs:
@@ -91,11 +91,11 @@ stages:
flavor: ${{ variables.flavor }}
cppwd: ${{ variables.cppwd }}
-- stage: Deploy Android
+- stage: Deploy_Android
pool:
vmImage: 'ubuntu-latest'
- dependsOn: CI Android
- condition: and(succeeded('CI Android'), or(eq(variables['Build.SourceBranch'], 'refs/heads/test'), eq(variables['Build.SourceBranch'], 'refs/heads/stage'), eq(variables['Build.SourceBranch'], 'refs/heads/prod')))
+ dependsOn: CI_Android
+ condition: and(succeeded('CI_Android'), or(eq(variables['Build.SourceBranch'], 'refs/heads/test'), eq(variables['Build.SourceBranch'], 'refs/heads/stage'), eq(variables['Build.SourceBranch'], 'refs/heads/prod')))
jobs:
- deployment:
environment: 'dev'