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.

14 lines
318 B

  1. language: csharp
  2. dist: trusty
  3. sudo: required
  4. mono: none
  5. dotnet: 1.0.4
  6. branches:
  7. only:
  8. - master
  9. install:
  10. script:
  11. - dotnet restore /p:Configuration=Release.Core
  12. - dotnet publish --output out /p:Configuration=Release.Core
  13. - dotnet Minio.Functional.Tests/bin/Release.Core/netcoreapp1.1/Minio.Functional.Tests.dll