Files
Terminal.Gui/.travis.yml
Daniel Cazzulino c4509edbae Switch to stable version of .NET framework reference assemblies (#348)
* Switch to stable version of .NET framework reference assemblies

* Bump dotnet to get fix to nuget restore for unsigned packages

Related to https://github.com/NuGet/Home/issues/7574

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

Bump to latest stable
2020-03-29 23:09:53 -04:00

11 lines
247 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: "6.8.0"
dotnet: "3.1.201"
os: "osx"