Skip to content

Commit

Permalink
Merge pull request #55 from KevM/appveyor
Browse files Browse the repository at this point in the history
Add appveyor config for real this time
  • Loading branch information
KevM authored Jul 1, 2016
2 parents cd94513 + 699e5fb commit 7ec6865
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 1.0.{build}
environment:
nugetkey:
secure: JNpnpSglMOIdpmkuqgvwvY6jzqEabYZH1hRziq/GddbsMNWyObRk07km0SZYBfT1
build_script:
- cmd: build.cmd PackageNugets
test: off
artifacts:
- path: artifacts\**\*.nupkg
deploy:
- provider: GitHub
auth_token:
secure: iNhyBhmsJzWLZ5sLXRXg0Nb3UxhpKwA1k9LW5WGtQdIAAr4IjEq0f+M+E2PbaqwH
artifact: /.*\.nupkg/
draft: false
force_update: true
on:
appveyor_repo_tag: true
after_deploy:
- ps: ./build.cmd PublishNugets --single-target

0 comments on commit 7ec6865

Please sign in to comment.