Files
Terminal.Gui/.travis.yml
Daniel Cazzulino 00c5997daa Unify projects in SDK-style and PackageReference (#54)
* Unify projects in SDK-style and PackageReference

* Add a note on the known issue about dlls not being copied

* Bump CI to a more recent stable version of Mono

This adds support for .net472, the first version of .NET
with full support for netstandard2.0
2019-10-25 16:43:04 -04:00

11 lines
246 B
YAML

language: csharp
solution: Terminal.sln
script:
- tsh_version=1.4.0-pre1
- msbuild /t:Restore $TRAVIS_BUILD_DIR/Terminal.sln
- cd $TRAVIS_BUILD_DIR/
- msbuild /p:Configuration=Release Terminal.sln
mono: "5.20.0"
dotnet: "2.1.4"
os: "osx"