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

language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.4
branches:
only:
- master
install:
script:
- dotnet restore /p:Configuration=Release.Core
- dotnet publish --output out /p:Configuration=Release.Core
- dotnet Minio.Functional.Tests/bin/Release.Core/netcoreapp1.1/Minio.Functional.Tests.dll