Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Artifacts upload to github
  • Loading branch information
asselapathirana committed Feb 10, 2017
1 parent 7abf484 commit c5f4083
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
environment:
access_token:
secure: MD1NLo5TVq91rOlFoo4+S3ko6bkwo3cFOfNYlpZjeDh8P0exIasW+E5ErwkCbXjJ

global:
# Used by qthelpers to close widgets after a defined time
TEST_CI: True
Expand Down Expand Up @@ -104,6 +105,18 @@ artifacts:
- path: service\appveyor_environment.yml
- path: '**\screenshot-*.jpg'


deploy:
description: 'New release'
provider: GitHub
auth_token:
secure: CkjTw2Oe2pEwHIhW0SgRCYotHgFpwtzjtTEDIjaRoo5+9X8MkFHP6qZhA9iV1Y9H # your encrypted token from GitHub
artifact: service\*.exe # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
branch: master # release from master branch only
appveyor_repo_tag: true # dep

on_success:
- ps: >-
Expand Down

0 comments on commit c5f4083

Please sign in to comment.