mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* 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
11 lines
247 B
YAML
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"
|