dist: xenial language: csharp solution: encompass-cs.sln before_install: - sudo apt-get install nunit-console before_script: - nuget restore encompass-cs.sln script: - msbuild /p:Configuration=Release encompass-cs.sln - nunit-console ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll