From be95ef5221c81d1b83c6d8d3cba2a7ae9785aa48 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Tue, 27 Dec 2022 17:55:08 +0900 Subject: [PATCH] TODO REVERT Try turning off batching Maybe this will fix the CI issue? --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f7ea91f9..a792b04b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ trigger: - batch: true + batch: false branches: include: - "*"