Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
azure-pipelines[bot] 2019-01-01 23:02:21 +00:00
parent fe4bfc1448
commit d5870858e3
1 changed files with 4 additions and 2 deletions

View File

@ -3,14 +3,16 @@
trigger:
batch: true
paths:
include: 'Src/*'
include:
- 'Src/*'
pr:
branches:
include:
- master
paths:
exclude: '**/*.md'
exclude:
- '**/*.md'
pool:
vmImage: 'VS2017-Win2016'