Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
fe4bfc1448
commit
d5870858e3
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue