From e303a67c2b948f52f813f661d14be3fc1bae40c6 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Fri, 17 Sep 2021 23:07:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02393b4..b07c171 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,6 +102,7 @@ build_iOS: # - tags # the build process will only be started by git tag commits script: - 'nuget restore' # restore Nuget dependencies + - 'dotnet restore' - 'msbuild /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