Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2020-09-17 13:27:38 +00:00
parent b064c071d2
commit 744ba1f65c

View File

@ -45,6 +45,7 @@ build_job:
# only: # only:
# - tags # the build process will only be started by git tag commits # - tags # the build process will only be started by git tag commits
script: script:
- whoami
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies - '& "$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:Borepin' # build the project
artifacts: artifacts: