actually build ipa

This commit is contained in:
Kai Kriegel 2021-09-21 22:04:02 +00:00
parent fb4122c5a6
commit ed80817e12

View File

@ -103,7 +103,7 @@ build_iOS:
script:
- 'nuget restore' # restore Nuget dependencies
- 'msbuild /t:Restore'
- 'msbuild /t:Borepin_iOS /p:Configuration=Debug /p:Platform=iPhone /p:ArchiveOnBuild=true' # build the project /p:AndroidKeyStore=True
- 'msbuild /t:Borepin_iOS /p:Configuration=Debug /p:Platform=iPhone /p:ArchiveOnBuild=true /p:BuildIpa=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: