Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Redo appveuor deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mtranter committed Feb 13, 2016
1 parent b154129 commit a1721e0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ install:
- cmd: 7z x c:\projects\CypherNet\neo4j-community-2.3.2-windows.zip
- ps: .\setup-neo4j.ps1

version: 0.9.{build}
pull_requests:
do_not_increment_build_number: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build:
publish_nuget: true
verbosity: minimal
deploy:
provider: NuGet
- provider: NuGet
api_key:
secure: TFTKac0CbCOvowsFmuUzFjjIcRNJNJnigSh568rlQcjSn2E3JjWbVcobqVD3wGtl
skip_symbols: true
artifact: /.*\.nupkg/
on:
branch: master

0 comments on commit a1721e0

Please sign in to comment.