Skip to content

Commit

Permalink
Added appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Jun 30, 2016
1 parent 69572e6 commit f154dc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 1.0.{build}
configuration: Release
before_build:
- cmd: nuget restore
build:
verbosity: minimal
after_build:
- cmd: Scripts\GoRepack.cmd
artifacts:
- path: Scripts\Output\*.exe
name: droppackage
deploy:
- provider: GitHub
auth_token:
secure: CMLxtDi0SaeuWVHdknn/e+aHOvIy9DanPxnrSLEeuwia5RQ9RPwQ5qtkJ7x0DvJF
artifact: droppackage

0 comments on commit f154dc0

Please sign in to comment.