Skip to content

Commit

Permalink
Add appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Dec 24, 2016
1 parent 6f87d3a commit eb36a04
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions appveyor.yml
@@ -0,0 +1,22 @@
cache:
- packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

platform:
- Any CPU

configuration:
- Debug
- Release

matrix:
fast_finish: true

before_build:
- nuget restore

after_build:
- 7z a OptiKey.zip %APPVEYOR_BUILD_FOLDER%\src\JuliusSweetland.OptiKey\bin\%configuration%\*

artifacts:
- path: OptiKey.zip
name: OptiKey

0 comments on commit eb36a04

Please sign in to comment.