Skip to content

Commit

Permalink
build and deployment appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaslischka committed Feb 8, 2017
1 parent 90cda9d commit 18f6a38
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
configuration: Release

skip_commits:
files:
- README.md

before_build:
nuget restore

after_build:
7z a CatlightBusylightNotifier.zip %APPVEYOR_BUILD_FOLDER%\CatlightBusylightNotifier\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\CatlightBusylightNotifier\bin\Release\*.dll

artifacts:
path: CatlightBusylightNotifier.zip
name: CatlightBusylightNotifier

deploy:
description: 'CatlightBusylightNotifier'
provider: GitHub
auth_token:
secure: MidR5T9SuBalncsh2ACJNGHmZzsmGYj3yHt1phhIX1Wlafm0TxRr5fztAfPe7c4d
artifact: CatlightBusylightNotifier
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 18f6a38

Please sign in to comment.