6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 33fed0d4

AuthorNikolaj King<nikolaj.king@gmail.com>
Date2024-08-01 13:31:23 +0200
Update build-android.yml for Azure Pipelines

Changed files

azure/templates/build-android.yml | 7 +++++++
 1 file changed, 7 insertions(+)

Diff

diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 37204ee8..d8122f33 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -23,6 +23,13 @@ stages:
inputs:
secureFile: 'key.properties'
+ # replace "local.properties" with your secure file name
+ - task: DownloadSecureFile@1
+ name: localprop
+ displayName: Download key properties file
+ inputs:
+ secureFile: 'local.properties'
+
# replace "key.jks" with your secure file name
- task: DownloadSecureFile@1
name: comwell_keystore