From c5db0a512db03df7dbd5d8863237bcab0be9c352 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Mon, 13 Sep 2021 23:09:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b4532a..7d7dd7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,9 +82,9 @@ build_Android: # only: # - tags # the build process will only be started by git tag commits script: + - echo $AndroidKeyStore - '& "$env:NUGET_PATH" restore' # restore Nuget dependencies - '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore="True" /p:AndroidSigningKeyStore="$AndroidKeyStore" /p:AndroidSigningKeyPass="$AndroidKeyStore_Password" /p:AndroidSigningKeyAlias="$AndroidKeyStore_ID" /p:AndroidSigningStorePass="$AndroidKeyStore_Password"' # build the project - - echo $AndroidKeyStore artifacts: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: