6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit fafae56e
Changed files
azure/templates/build-android.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-)
Diff
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 6f33ebd8..8351f82d 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -36,11 +36,11 @@ stages:
inputs:
targetType: 'inline'
script: |
- cp $(keyprop.secureFilePath) $(Build.SourcesDirectory)/android/key.properties
- cp $(key.secureFilePath) $(Build.SourcesDirectory)/android/app/comwell_keystore.jks
+ cp $(keyprop.secureFilePath) $(Build.SourcesDirectory)/comwell_key_app/android/key.properties
+ cp $(key.secureFilePath) $(Build.SourcesDirectory)/comwell_key_app//android/app/comwell_keystore.jks
- echo "key.properties copied to $(Build.SourcesDirectory)/android/key.properties"
- echo "key.jks copied to $(Build.SourcesDirectory)/android/app/comwell_keystore.jks"
+ echo "key.properties copied to $(Build.SourcesDirectory)/comwell_key_app//android/key.properties"
+ echo "key.jks copied to $(Build.SourcesDirectory)/comwell_key_app//android/app/comwell_keystore.jks"
# Download secure file from azure library
- task: DownloadSecureFile@1
@@ -52,7 +52,7 @@ stages:
inputs:
sourceFolder: '$(Agent.TempDirectory)'
contents: '**/*.env.development'
- targetFolder: '$(Build.SourcesDirectory)'
+ targetFolder: '$(Build.SourcesDirectory/comwell_key_app)'
cleanTargetFolder: false
- task: FlutterInstall@0
@@ -72,13 +72,13 @@ stages:
displayName: "Build application"
inputs:
target: 'aab'
- projectDirectory: '$(Build.SourcesDirectory)'
+ projectDirectory: '$(Build.SourcesDirectory/comwell_key_app)'
- - task: FlutterTest@0
- displayName: "Run unit tests"
- inputs:
- generateCodeCoverageReport: true
- projectDirectory: '$(Build.SourcesDirectory)'
+ #- task: FlutterTest@0
+ # displayName: "Run unit tests"
+ #inputs:
+ # generateCodeCoverageReport: true
+ #projectDirectory: '$(Build.SourcesDirectory)'
- task: CopyFiles@2
displayName: "Copy app to staging directory"