Skip to content

Commit

Permalink
Add nuget packages to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
petermorlion committed Nov 6, 2017
1 parent 2eb2d68 commit b0e1c9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ build:
project: RedStar.Amounts.sln
verbosity: minimal

artifacts:
- path: '**\*.nupkg'

deploy:
provider: NuGet
api_key:
secure: ouLeNlwj6D5dKMVTC4osrDgDvHHOJJTJSLXKYhuy5qbjavXQ07afHo+Z3SFDkYua
skip_symbols: false
artifact: /.*\.nupkg/
on:
appveyor_repo_tag: true

0 comments on commit b0e1c9d

Please sign in to comment.