DotN64/.gitlab-ci.yml
2017-09-01 15:30:13 +02:00

13 lines
190 B
YAML

image: mono
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
build:
stage: build
script:
- nuget restore
- msbuild /p:Configuration="Release" /p:Platform="Any CPU"