Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2020-09-17 12:34:16 +00:00
parent b7d751274a
commit dc25470c8c

View File

@ -45,7 +45,7 @@ build_job:
# only:
# - tags # the build process will only be started by git tag commits
script:
- '& "$env:DOTNET_PATH" restore' # restore Nuget dependencies
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies
- '& "$env:MSBUILD_PATH" /p:Configuration=Release' # build the project
artifacts:
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on