using dotnet test
parent
ce1baf3345
commit
5cd6c5f967
|
@ -4,7 +4,6 @@ solution: encompass-cs.sln
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- nuget restore encompass-cs.sln
|
- nuget restore encompass-cs.sln
|
||||||
- nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner
|
|
||||||
script:
|
script:
|
||||||
- msbuild /p:Configuration=Release encompass-cs.sln
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue