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