using dotnet test

pull/5/head
Evan Hemsley 2019-06-19 23:53:20 -07:00
parent ce1baf3345
commit 5cd6c5f967
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ solution: encompass-cs.sln
install:
- nuget restore encompass-cs.sln
- nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner
script:
- msbuild /p:Configuration=Release encompass-cs.sln
- mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll
- dotnet test