encompass-cs/.travis.yml

10 lines
180 B
YAML
Raw Normal View History

2019-06-20 06:07:03 +00:00
dist: xenial
2019-06-20 05:53:10 +00:00
language: csharp
solution: encompass-cs.sln
install:
- nuget restore encompass-cs.sln
script:
2019-06-20 06:36:59 +00:00
- msbuild /p:Configuration=Release encompass-cs.sln
2019-06-20 06:53:20 +00:00
- dotnet test