6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit c61e3ba2
Changed files
azure/azure-pipelines.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-)
Diff
diff --git a/azure/azure-pipelines.yml b/azure/azure-pipelines.yml
index 1e71edb4..e18d6081 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -1,10 +1,7 @@
variables:
- name: environment
- value: ''
- name: stageName
- value: ''
- name: flavor
- value: ''
- name: cppwd
@@ -48,9 +45,9 @@ stages:
displayName: 'Set variables for prod'
- template: /azure/templates/build-android.yml
parameters:
- stageName: ${{ variables.stageName }}
- environment: ${{ variables.environment }}
- flavor: ${{ variables.flavor }}
+ stageName: $( stageName )
+ environment: $( environment )
+ flavor: $( flavor )
- stage: CI_iOS
@@ -86,10 +83,10 @@ stages:
- script: echo "name is $(variables.flavor)"
- template: templates/build-ios.yml
parameters:
- stageName: ${{ variables.stageName }}
- environment: ${{ variables.environment }}
- flavor: ${{ variables.flavor }}
- cppwd: ${{ variables.cppwd }}
+ stageName: $( variables.stageName )
+ environment: $( variables.environment )
+ flavor: $( variables.flavor )
+ cppwd: $( variables.cppwd )
- stage: Deploy_Android
pool: