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.
13 lines
282 B
13 lines
282 B
language: csharp
|
|
dist: trusty
|
|
sudo: required
|
|
mono: none
|
|
dotnet: 2.1.300
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
|
|
script:
|
|
- dotnet build Minio.Functional.Tests -c Release --framework netcoreapp2.1
|
|
- dotnet Minio.Functional.Tests/bin/Release/netcoreapp2.1/Minio.Functional.Tests.dll
|