From 4eb19cbe3e27197fa413c67fa68a6481bb06b9f8 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Sat, 18 Sep 2021 15:36:23 +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 3c56709..2e0deae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,6 +103,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