From c26c34950fe5643baca0f3405f40adb9739dec6a Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Fri, 17 Sep 2021 00:57:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffb4a06..39b6206 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ build_base: # - tags # the build process will only be started by git tag commits script: - '& "$env:NUGET_PATH" restore' # restore Nuget dependencies - - '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin' # build the project + - '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Restore;Borepin' # build the project artifacts: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: