language: csharp sudo: required dist: xenial solution: CAP.sln dotnet: 3.1.100 mono: none #matrix: # include: # - dotnet: 2.2 # - os: linux # dist: trusty # Ubuntu 14.04 # sudo: required # - os: osx # osx_image: xcode8.3 # macOS 10.12 # Run the build script script: - export PATH="$PATH:$HOME/.dotnet/tools" - dotnet tool install --global FlubuCore.GlobalTool --version 4.3.5 - flubu build tests -s=build/BuildScript.cs