add build config

This commit is contained in:
Tommy Parnell
2015-04-08 15:51:52 -04:00
parent 628a48ec26
commit a3fd1a2748
2 changed files with 29 additions and 0 deletions

View File

@@ -21,3 +21,9 @@ var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell");
```
## Contributing
* There are no special instructions, submit pull requests against the master branch.
* Releases to nuget occur on successful master branch builds

23
appveyor.yml Normal file
View File

@@ -0,0 +1,23 @@
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