try it again!!

pull/5/head
Evan Hemsley 2019-06-20 00:10:46 -07:00
parent 5cd6c5f967
commit 8e17ad7331
1 changed files with 4 additions and 2 deletions

View File

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