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: