Skip to content
Snippets Groups Projects
Commit cb0e3b09 authored by jonasled's avatar jonasled
Browse files

add ci script

parent abef16ab
Branches
No related tags found
No related merge requests found
Pipeline #984 passed
variables:
msbuild: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe'
build:
stage: build
tags:
- windows
script:
- nuget restore
- mkdir public
- '& "$msbuild" /target:publish /p:PublishDir=../public\'
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment