Skip to content

Commit

Permalink
Setting up appveyor builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
babelshift committed Feb 17, 2017
1 parent b381997 commit 6ab250a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 1.0.0.{build}

branches:
only:
- master

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"

configuration: Release

build:
project: ProPublicaCongressAPI.sln
publish_nuget: true
include_nuget_references: true

cache:
- packages -> **\packages.config

before_build:
- cmd: nuget restore

deploy:
provider: NuGet
api_key:
secure: vIHuOdB4aYJEqNACb3jjCg3m/qZLqpwYlruu8J0BOiX81lRrmussVEUqiWRBTrRQ
skip_symbols: false
artifact: /.*\.nupkg/

0 comments on commit 6ab250a

Please sign in to comment.