Skip to content

Commit 4d10511

Browse files
authored
Add skip paths for components-e2e (dotnet#62032)
1 parent a79c13d commit 4d10511

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ pr:
1717
branches:
1818
include:
1919
- '*'
20+
paths:
21+
exclude:
22+
- .devcontainer/*
23+
- .github/*
24+
- .vscode/*
25+
- docs/*
26+
- '**/*.md'
27+
- LICENSE.TXT
28+
- THIRD-PARTY-NOTICES.TXT
2029

2130
variables:
2231
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE

0 commit comments

Comments
 (0)