Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2020-09-17 15:08:43 +00:00
parent 8d59c6dfd9
commit 3b332c11ee

View File

@ -80,7 +80,7 @@ build_Android:
# - tags # the build process will only be started by git tag commits
script:
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid ' # build the project /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore=True
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid /target:Borepin_Android:SignAndroidPackage' # build the project /p:AndroidKeyStore=True
artifacts:
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
paths: