@@ -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
23
appveyor.yml
Normal 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
|
||||
Reference in New Issue
Block a user