From a81bb6291a71c94d7e77278d22155f98574a246f Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 20 May 2025 14:53:31 -0700 Subject: [PATCH] Add skip paths for components-e2e --- .azure/pipelines/components-e2e-tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.azure/pipelines/components-e2e-tests.yml b/.azure/pipelines/components-e2e-tests.yml index 05812d6e19b6..e4154b66bae0 100644 --- a/.azure/pipelines/components-e2e-tests.yml +++ b/.azure/pipelines/components-e2e-tests.yml @@ -17,6 +17,15 @@ pr: branches: include: - '*' + paths: + exclude: + - .devcontainer/* + - .github/* + - .vscode/* + - docs/* + - '**/*.md' + - LICENSE.TXT + - THIRD-PARTY-NOTICES.TXT variables: - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE