6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit ed7cf128

AuthorNKL<nikolaj.king@gmail.com>
Date2024-08-19 10:44:49 +0200
Update azure-pipelines.yml

Changed files

azure/azure-pipelines.yml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Diff

diff --git a/azure/azure-pipelines.yml b/azure/azure-pipelines.yml
index e18d6081..f639bb3f 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -1,7 +1,4 @@
variables:
- - name: environment
- - name: stageName
- - name: flavor
- name: cppwd
@@ -83,10 +80,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: $( stageName )
+ environment: $( environment )
+ flavor: $( flavor )
+ cppwd: $( cppwd )
- stage: Deploy_Android
pool:
@@ -103,7 +100,7 @@ stages:
- task: GooglePlayRelease@4
inputs:
serviceConnection: 'Google play'
- applicationId: 'com.comwell.phoenix.${{ variables.environment }}'
+ applicationId: 'com.comwell.phoenix.${{ environment }}'
action: 'SingleBundle'
bundleFile: '$(Build.ArtifactStagingDirectory)/*.aab'
track: 'internal'