Files
ArchiSteamFarm/appveyor.yml
JustArchi a552e09d32 Travis/AppVeyor compatibility
Without artifacts/deploying yet, I'm not sure about what the end result will be
2017-06-27 18:13:53 +02:00

16 lines
294 B
YAML

version: '{build}-{branch}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_branch_with_pr: true
image: Visual Studio 2017
configuration: Release
platform: Any CPU
clone_depth: 10
build:
project: ArchiSteamFarm.sln
parallel: true
verbosity: minimal