25 lines
560 B
YAML
25 lines
560 B
YAML
version: 1.2.0
|
|
configuration: Release
|
|
platform: Any CPU
|
|
assembly_info:
|
|
patch: true
|
|
file: '**\AssemblyInfo.*'
|
|
assembly_version: '{version}'
|
|
assembly_file_version: '{version}'
|
|
assembly_informational_version: '{version}'
|
|
nuget:
|
|
account_feed: true
|
|
project_feed: true
|
|
build:
|
|
publish_nuget: true
|
|
publish_nuget_symbols: true
|
|
include_nuget_references: true
|
|
verbosity: minimal
|
|
artifacts:
|
|
- path: '**/*.nupkg'
|
|
deploy:
|
|
- provider: NuGet
|
|
api_key:
|
|
secure: 5m1zupizmNvVwCg2MDUkRGQbbVfNypLo9yCstTAXQ5KHDypBe5RrGKi1HnEAhAy8
|
|
on:
|
|
branch: master |