Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev committed Sep 20, 2017
1 parent 585e8ec commit 1acb684
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 @@
os:
- Visual Studio 2017

shallow_clone: true

configuration:
- Release

before_build:
- nuget restore

after_build:
- 7z a ManiacEditor-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\%PLATFORM_DIR%\ManiacEditor\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\%PLATFORM_DIR%\ManiacEditor\bin\Release\*.dll

artifacts:
- path: ManiacEditor-%APPVEYOR_BUILD_VERSION%.zip

0 comments on commit 1acb684

Please sign in to comment.