Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2021-09-17 00:58:48 +00:00
parent c26c34950f
commit addcb6672a

View File

@ -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:Restore;Borepin' # build the project
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Restore /target: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: