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.
 
 
 

21 lines
374 B

  1. language: csharp
  2. sudo: required
  3. dist: xenial
  4. solution: CAP.sln
  5. dotnet: 3.1.100
  6. mono: none
  7. #matrix:
  8. # include:
  9. # - dotnet: 2.2
  10. # - os: linux
  11. # dist: trusty # Ubuntu 14.04
  12. # sudo: required
  13. # - os: osx
  14. # osx_image: xcode8.3 # macOS 10.12
  15. # Run the build script
  16. script:
  17. - dotnet tool install --global FlubuCore.GlobalTool --version 4.2.8
  18. - flubu build test