Files
ArchiSteamFarm/appveyor.yml

21 lines
424 B
YAML
Raw Normal View History

2017-02-23 18:50:57 +01:00
version: '{build}-{branch}'
2017-02-12 15:15:20 +01:00
pull_requests:
do_not_increment_build_number: true
2017-02-20 15:37:38 +01:00
branches:
only:
- master
2017-01-16 03:03:19 +01:00
skip_branch_with_pr: true
2017-06-27 18:42:01 +02:00
image: Visual Studio 2017 Preview
2017-06-27 18:36:40 +02:00
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2016-04-21 01:09:52 +02:00
configuration: Release
platform: Any CPU
clone_depth: 10
2017-06-27 18:36:40 +02:00
before_build:
- dotnet restore
2016-04-21 01:09:52 +02:00
build:
project: ArchiSteamFarm.sln
parallel: true
verbosity: minimal