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.
30 lines
548 B
30 lines
548 B
version: 0.{build}
|
|
|
|
image: Visual Studio 2017
|
|
|
|
pull_requests:
|
|
do_not_increment_build_number: true
|
|
# scripts to run before build
|
|
before_build:
|
|
- nuget restore
|
|
- dotnet restore
|
|
configuration: Release
|
|
build:
|
|
project: Minio.sln
|
|
publish_nuget: true
|
|
publish_nuget_symbols: true
|
|
|
|
test:
|
|
# only assemblies to test
|
|
assemblies:
|
|
only:
|
|
- '**\*.Tests.dll'
|
|
|
|
assembly_info:
|
|
patch: true
|
|
file: AssemblyInfo.*
|
|
assembly_version: "{version}"
|
|
assembly_file_version: "{version}"
|
|
assembly_informational_version: "{version}"
|
|
|
|
deploy: off
|