Skip to content

Commit 47e6538

Browse files
authored
Update excludes (#8631)
2 parents 884bb69 + b0f0978 commit 47e6538

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

azure-pipelines.yml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,33 @@ pr:
1515
- prerelease
1616
- main
1717
paths:
18+
# Exclude paths and files which do not cause functional changes to the C# extension and do not impact CI.
1819
exclude:
19-
- '*.md'
20-
- 'version.json'
20+
# Changes to these configuration files are not functional changes.
21+
- .azuredevops/*
22+
- .config/*
23+
- .devcontainer/*
2124
- .github/*
25+
- .vscode/*
26+
# The following pipelines are not run for PRs and changes should be validated by a separate run of the pipeline.
27+
- azure-pipelines/dotnet-vscode-csharp-insertion.yml
28+
- azure-pipelines/loc.yml
2229
- azure-pipelines/release.yml
23-
- CHANGELOG.
30+
- azure-pipelines/profiling.yml
31+
- azure-pipelines/publish-roslyn-copilot.yml
32+
# Changes to documentation are not functional changes.
33+
- docs/*
34+
- images/*
35+
- RuntimeLicenses/*
36+
# Changes to language bundles are not functional changes. We still run CI when `l10n/bundle.l10n.json` itself is changed.
2437
- 'l10n/bundle.l10n.*.json'
38+
# Changes to the color themes are not functional changes.
39+
- themes/*
40+
# Changes to documentation are not functional changes.
41+
- '**.md'
42+
- CODEOWNERS
43+
# Changes to the vesion is not a functional change. The extension version is updated by the branch-snap GH action.
44+
- 'version.json'
2545

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

0 commit comments

Comments
 (0)