Files
Untappd.Net/appveyor.yml
2015-04-20 18:30:08 -04:00

31 lines
730 B
YAML

version: 0.2.{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
server:
api_key:
secure: fGNwXOtebe3kxu5SrB90CrbaCxVxuzuCQh3Ipcc0G/3cutoNZf7d7G6AaQ4fRv2l
on:
branch: release
- provider: NuGet
server: https://www.myget.org/F/untappd-net/api/v2
api_key:
secure: wsN6BzH8ETiXhB9SndP57mHhivqM+CVnghI/+w5XE3bI8K092Z4V4FrJixcrxKnI
on:
branch: release