lets try dotnet
parent
b129b20667
commit
f94d2c018f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue