1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
version: 1.0.{build} |
||||||
|
pull_requests: |
||||||
|
do_not_increment_build_number: true |
||||||
|
image: |
||||||
|
- Visual Studio 2017 |
||||||
|
- Visual Studio 2017 Preview |
||||||
|
- Visual Studio 2015 |
||||||
|
configuration: Release |
||||||
|
platform: x86 |
||||||
|
before_build: |
||||||
|
- cmd: '"%VS140COMNTOOLS%\..\IDE\devenv.exe" /Upgrade Diablo.dsw & exit 0' |
||||||
|
build: |
||||||
|
project: Diablo.sln |
||||||
|
verbosity: minimal |
||||||
Loading…
Reference in new issue