Skip to content

Commit

Permalink
Fix appveyor.yml so that build.cmd is called with Release argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tpierrain committed May 2, 2017
1 parent b1c929c commit 1cacebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
configuration: Release
platform: Any CPU
build_script:
- cmd: build.cmd
- cmd: build.cmd Release
build:
verbosity: minimal
test: auto
Expand Down

0 comments on commit 1cacebb

Please sign in to comment.