Skip to content

Commit

Permalink
Create appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjwatson authored Oct 4, 2016
1 parent ceee605 commit f5141dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1.0.{build}
branches:
only:
- master
skip_non_tags: true
configuration: Release
platform: Any CPU
clone_depth: 3
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build:
publish_nuget: true
verbosity: minimal

0 comments on commit f5141dd

Please sign in to comment.