Skip to content

Commit

Permalink
add appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
KevM committed Jun 30, 2016
1 parent 7196589 commit 699e5fb
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 699e5fb

Please sign in to comment.