mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-05 08:30:18 +00:00
16 lines
294 B
YAML
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
|