MessagePack-CSharp/azure-pipelines.yml

18 строки
323 B
YAML

trigger:
branches:
include: ["master", "v1.8"]
paths:
exclude: ["doc", "*.md"]
variables:
TreatWarningsAsErrors: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
BuildConfiguration: Release
BuildPlatform: Any CPU
jobs:
- job: Windows
pool: Hosted VS2017
steps:
- template: azure-pipelines/build.yml