6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 01c689f7
Changed files
azure/azure-pipelines.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)
Diff
diff --git a/azure/azure-pipelines.yml b/azure/azure-pipelines.yml
index 08388897..c7f5ea70 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -5,6 +5,8 @@ variables:
value: ''
- name: flavor
value: ''
+ - name: cppwd
+
trigger:
branches:
@@ -40,12 +42,18 @@ stages:
echo "##vso[task.setvariable variable=stageName]prodStage"
echo "##vso[task.setvariable variable=flavor]releaseprod"
displayName: 'Set variables for prod'
-- template: /azure/templates/build-android.yml
+#- template: /azure/templates/build-android.yml
+# parameters:
+# stageName: ${{ variables.stageName }}
+# environment: ${{ variables.environment }}
+# flavor: ${{ variables.flavor }}
+
+- template: templates/build-ios.yml
parameters:
stageName: ${{ variables.stageName }}
environment: ${{ variables.environment }}
- flavor: ${{ variables.flavor }}
-
+ 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')))