Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2020-09-17 15:09:15 +00:00
parent 3b332c11ee
commit 1640a410ff

View File

@ -84,7 +84,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/com.companyname.borepin.apk # saving apk to copy to deploy folder
- Borepin/Borepin.Android/bin/Release/ # saving apk to copy to deploy folder
- '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
# test_job: