MessagePack-CSharp/azure-pipelines.yml

18 строки
337 B
YAML
Исходник Обычный вид История

2018-12-12 07:05:55 +03:00
trigger:
branches:
2018-12-24 08:44:18 +03:00
include: ["master", "v1.8", "*_validate"]
2018-12-12 07:05:55 +03:00
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