Skip to content

Commit

Permalink
Re-enable deployment [Skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Nov 14, 2016
1 parent 7d0c8a5 commit 2acb0c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,17 @@ build_script:
test: off
artifacts:
- path: artifacts/Superpower.*.nupkg
deploy:
- provider: NuGet
api_key:
secure: 7AS4wbHVs08D6so0JGAVczexCX9ST6CRbNToHZC08rtPqkQENpyNhhSAIX0FShzh
skip_symbols: true
on:
branch: /^(master|dev)$/
- provider: GitHub
auth_token:
secure: hX+cZmW+9BCXy7vyH8myWsYdtQHyzzil9K5yvjJv7dK9XmyrGYYDj/DPzMqsXSjo
artifact: /Superpower.*\.nupkg/
tag: v$(appveyor_build_version)
on:
branch: master

0 comments on commit 2acb0c7

Please sign in to comment.