6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit db621fb8
Changed files
azure/templates/build-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 2fac2e46..d02c5a83 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -49,7 +49,7 @@ stages:
echo "local.properties copied to $(Build.SourcesDirectory)/comwell_key_app/android/local.properties"
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"
+ echo "comwell_keystore.jks copied to $(Build.SourcesDirectory)/comwell_key_app/android/app/comwell_keystore.jks"
# Download secure file from azure library
- task: DownloadSecureFile@1