edited ci cfg

This commit is contained in:
Kai Kriegel 2021-09-17 01:18:13 +02:00
parent 9ded4e57ed
commit e4ec7f2570

View File

@ -35,7 +35,6 @@ variables:
stages:
- build
- test
- deploy
build_base:
@ -89,7 +88,7 @@ build_Android:
artifacts:
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
paths:
- Borepin/Borepin.Android/bin/Release/org.fab_infra.fabaccess.aab # saving apk to copy to deploy folder
- Borepin/Borepin.Android/bin/Release/org.fab_infra.fabaccess-Signed.aab # saving apk to copy to deploy folder
- Borepin/Borepin.Android/bin/Release/
# - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests