Skip to content

Commit

Permalink
Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbay2 authored Nov 3, 2018
1 parent 25a4306 commit 586c158
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BaseStationAppVeyorConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ branches:
- master
skip_tags: true
image: Visual Studio 2017
configuration: Release
before_build:
- ps: >-
cd BaseStation
Expand All @@ -20,11 +21,11 @@ build:
verbosity: minimal
after_build:
- ps: >-
cd EntryPoint\bin\Debug
cd EntryPoint\bin\Release
Compress-Archive -Path * -DestinationPath build.zip
artifacts:
- path: BaseStation\EntryPoint\bin\Debug\build.zip
- path: BaseStation\EntryPoint\bin\Release\build.zip
name: BaseStation Zip
deploy:
- provider: GitHub
Expand Down

0 comments on commit 586c158

Please sign in to comment.