You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- language: csharp
- sudo: required
- dist: xenial
- solution: CAP.sln
- dotnet: 6.0.100
- mono: none
- env:
- - Cap_MySql_ConnectionString="Server=127.0.0.1;Database=cap_test;Uid=root;Pwd=;Allow User Variables=True;SslMode=none"
-
- services:
- - mysql
-
- script:
- - export PATH="$PATH:$HOME/.dotnet/tools"
- - dotnet tool install --global FlubuCore.GlobalTool --version 6.3.2
- - flubu build tests
|