try it again!!
parent
5cd6c5f967
commit
8e17ad7331
|
@ -2,8 +2,10 @@ dist: xenial
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: encompass-cs.sln
|
solution: encompass-cs.sln
|
||||||
|
|
||||||
install:
|
before_install:
|
||||||
|
- sudo apt-get install nunit-console
|
||||||
|
before_script:
|
||||||
- nuget restore encompass-cs.sln
|
- nuget restore encompass-cs.sln
|
||||||
script:
|
script:
|
||||||
- msbuild /p:Configuration=Release encompass-cs.sln
|
- msbuild /p:Configuration=Release encompass-cs.sln
|
||||||
- dotnet test
|
- nunit-console ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll
|
||||||
|
|
Loading…
Reference in New Issue