Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
petemounce committed Jun 29, 2015
1 parent 97a5cb0 commit 1909cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1.0.0.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
file: '**\Properties\AssemblyInfo.*'
assembly_version: 1.0.0
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
Expand All @@ -18,14 +18,14 @@ deploy:
- provider: NuGet
api_key:
secure: 6MzbzEs4YdJKS67Gio5gEO8mNKmwfC4UHTCmECZ1KOutI6ndm4vAECazmVNB6an7
artifact: '*.nupkg'
artifact: '*nupkg'
on:
branch: /v\d+.\d+.\d+/
- provider: GitHub
tag: v$(appveyor_build_version)
auth_token:
secure: baGcokT/eXrx8B//7faaAAaXz8p44qklJXHH2ioXNUzIHz949ZyGxRWUn1Ae+BJq
artifact: '*.nupkg'
artifact: '*nupkg'
on:
branch: /v\d+.\d+.\d+/
notifications:
Expand Down

0 comments on commit 1909cd1

Please sign in to comment.