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.
 
 
 

22 lines
418 B

  1. language: csharp
  2. sudo: required
  3. dist: xenial
  4. solution: CAP.sln
  5. dotnet: 2.2
  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 --info
  18. - dotnet restore CAP.sln
  19. - dotnet build CAP.sln
  20. - dotnet test test/DotNetCore.CAP.Test/DotNetCore.CAP.Test.csproj