Skip to content

Commit

Permalink
Reenable publishing [Skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Jul 5, 2016
1 parent ce1e8ee commit 06e18e4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,17 @@ build_script:
test: off
artifacts:
- path: artifacts/Serilog.*.nupkg

deploy:
- provider: NuGet
api_key:
secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
skip_symbols: true
on:
branch: /^(master|dev)$/
- provider: GitHub
auth_token:
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
artifact: /Serilog.*\.nupkg/
tag: v$(appveyor_build_version)
on:
branch: master

0 comments on commit 06e18e4

Please sign in to comment.