diff --git a/build/steps-build-android.yml b/build/steps-build-android.yml index 961ad5c..c118a60 100644 --- a/build/steps-build-android.yml +++ b/build/steps-build-android.yml @@ -42,6 +42,12 @@ steps: inputs: secureFile: ${{ parameters.androidKeystoreFile }} +- task: DownloadSecureFile@1 + name: keyProperties + displayName: "Download Key Properties from Secure Files" + inputs: + secureFile: ${{ parameters.androidKeyStorePropertiesFile }} + # Flutter project signing process goes through 'key.properties' file which holds secure information about the keystore. # TODO: If Production -> Download the google-services.json for production.