From 736b78b5273cf42842b1e40c613a81719772e08b Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Sat, 28 Sep 2019 18:25:45 -0400 Subject: [PATCH] Updated azure piplines for batching --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b72e285..817efd7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,22 @@ trigger: + batch: true branches: include: - master - refs/tags/* + paths: + exclude: + - '**/*.md' + - .appveyor.yml + - .codecov.yml + - .git* + - .editorconfig + - .nuke + - GitReleaseManager.yaml + - .dependabot/config.yml + - .vscode/* + - LICENSE + pr: autoCancel: true branches: