diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 959deba..7687bf2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'