I am working on a pet project using Xamarin.Forms and I am wondering if anyone has experience setting up gitlab-ci.yml. It seems that there is limited customization material for the .NET assembly as a whole, trying good luck in creating one of them before combining both assemblies. Tried for each .csproj project for the build path.
Any insight and experience will be appreciated.
Current .gitlab-ci.yml
image: mono variables: Solution: Solution.sln stages: - build - test - deploy before_script: - nuget restore $Solution build: stage: build script: - MONO_IOMAP=case xbuild /p:Configuration="Release" /p:Platform="iPhone" /t:Build $Solution
xamarin xamarin.forms gitlab-ci
Shazbot
source share