6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 12373c32
Changed files
azure/azure-pipelines.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
Diff
diff --git a/azure/azure-pipelines.yml b/azure/azure-pipelines.yml
index c3150122..8c705054 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -6,7 +6,6 @@ variables:
- name: flavor
value: ''
- name: cppwd
- value: ''
trigger:
@@ -51,12 +50,12 @@ stages:
# environment: ${{ variables.environment }}
# flavor: ${{ variables.flavor }}
-- template: templates/build-ios.yml
- parameters:
- stageName: ${{ variables.stageName }}
- environment: ${{ variables.environment }}
- flavor: ${{ variables.flavor }}
- cppwd: ${{ variables.cppwd }}
+ - template: templates/build-ios.yml
+ parameters:
+ stageName: ${{ variables.stageName }}
+ environment: ${{ variables.environment }}
+ flavor: ${{ variables.flavor }}
+ cppwd: ${{ variables.cppwd }}
- stage:
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/test'), eq(variables['Build.SourceBranch'], 'refs/heads/stage'), eq(variables['Build.SourceBranch'], 'refs/heads/prod')))