Skip to content

Commit

Permalink
Updated build system config
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbay2 committed Oct 28, 2018
1 parent 9eed31b commit 1a7747d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions BaseStationAppVeyorConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,17 @@ skip_tags: true
image: Visual Studio 2017
before_build:
- cmd: >-
cd Arm\ArmBaseStation
nuget restore
msbuild Arm.sln
cd ..\..\BaseStation
cd BaseStation
nuget restore
build:
project: BaseStation\BaseStation.sln
verbosity: minimal
after_build:
- ps: >-
cd BaseStation\bin\Debug
cd EntryPoint\bin\Debug
Compress-Archive -Path * -DestinationPath build.zip
Compress-Archive -Path * -DestinationPath build$(appveyor_build_version).zip
artifacts:
- path: BaseStation\BaseStation\bin\Debug\build.zip
name: BaseStation Zip
Expand Down

0 comments on commit 1a7747d

Please sign in to comment.