Update .gitlab-ci.yml file

This commit is contained in:
Kai Kriegel 2021-09-17 21:57:39 +00:00
parent 916d92dbb0
commit 9077eba59e

View File

@ -102,7 +102,7 @@ build_iOS:
# - tags # the build process will only be started by git tag commits
script:
- 'nuget restore' # restore Nuget dependencies
- 'msbuild /t:Borepin_iOS /p:Configuration=Debug /p:Platform=iPhone /p:ArchiveOnBuild=true' # build the project /p:AndroidKeyStore=True
- 'msbuild /t:Restore /t:Borepin_iOS /p:Configuration=Debug /p:Platform=iPhone /p:ArchiveOnBuild=true' # 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: