Files
Untappd.Net/appveyor.yml
2015-04-08 15:51:52 -04:00

23 lines
533 B
YAML

version: 0.1.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
nuget:
disable_publish_on_pr: true
before_build:
- nuget restore
build:
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: normal
deploy:
- provider: NuGet
api_key:
secure: fGNwXOtebe3kxu5SrB90CrbaCxVxuzuCQh3Ipcc0G/3cutoNZf7d7G6AaQ4fRv2l
on:
branch: master