lets try dotnet

pull/5/head
Evan Hemsley 2019-06-20 00:44:20 -07:00
parent b129b20667
commit f94d2c018f
1 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
dist: xenial
language: csharp
solution: encompass-cs.sln
mono: none
dotnet: 2.1.502
install:
- nuget restore encompass-cs.sln
- nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner
script:
- msbuild /p:Configuration=Release encompass-cs.sln
- mono ./testrunner/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll
- dotnet restore
- dotnet test