From d6a6074cb4b951a2ffd302fbf3ad80afb20949ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 14:31:13 +0000 Subject: [PATCH 1/2] Initial plan From 53865298266dea16a0b2820bb0d306eedeef2be9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 14:39:59 +0000 Subject: [PATCH 2/2] Fix docs path exclusion to use recursive wildcard docs/** Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com> --- azure-pipelines-PR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 4b76589ea7a..b627fab985c 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -12,7 +12,7 @@ trigger: - '*' exclude: - .github/* - - docs/* + - docs/** - .vscode/* - .devcontainer/* - tests/scripts/* @@ -39,7 +39,7 @@ pr: - '*' exclude: - .github/* - - docs/* + - docs/** - attributions.md - CODE_OF_CONDUCT.md - DEVGUIDE.md