Skip to content

Commit 1f44ea8

Browse files
authored
Update excludes
1 parent 884bb69 commit 1f44ea8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

azure-pipelines.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,24 @@ pr:
1616
- main
1717
paths:
1818
exclude:
19-
- '*.md'
20-
- 'version.json'
19+
- '**.md'
20+
- .azuredevops/*
21+
- .config/*
22+
- .devcontainer/*
2123
- .github/*
24+
- .vscode/*
25+
- azure-pipelines/dotnet-vscode-csharp-insertion.yml
26+
- azure-pipelines/loc.yml
2227
- azure-pipelines/release.yml
23-
- CHANGELOG.
28+
- azure-pipelines/profiling.yml
29+
- azure-pipelines/publish-roslyn-copilot.yml
30+
- docs/*
31+
- images/*
32+
- RuntimeLicenses/*
2433
- 'l10n/bundle.l10n.*.json'
34+
- themes/*
35+
- CODEOWNERS
36+
- 'version.json'
2537

2638
# Run a scheduled build every night on main to run tests against insiders VSCode.
2739
# The variable testVSCodeVersion is set to insiders based on the build reason.

0 commit comments

Comments
 (0)