Skip to content

Commit b0f0978

Browse files
authored
Add comments
1 parent 1f44ea8 commit b0f0978

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,32 @@ 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+
# Changes to these configuration files are not functional changes.
2021
- .azuredevops/*
2122
- .config/*
2223
- .devcontainer/*
2324
- .github/*
2425
- .vscode/*
26+
# The following pipelines are not run for PRs and changes should be validated by a separate run of the pipeline.
2527
- azure-pipelines/dotnet-vscode-csharp-insertion.yml
2628
- azure-pipelines/loc.yml
2729
- azure-pipelines/release.yml
2830
- azure-pipelines/profiling.yml
2931
- azure-pipelines/publish-roslyn-copilot.yml
32+
# Changes to documentation are not functional changes.
3033
- docs/*
3134
- images/*
3235
- RuntimeLicenses/*
36+
# Changes to language bundles are not functional changes. We still run CI when `l10n/bundle.l10n.json` itself is changed.
3337
- 'l10n/bundle.l10n.*.json'
38+
# Changes to the color themes are not functional changes.
3439
- themes/*
40+
# Changes to documentation are not functional changes.
41+
- '**.md'
3542
- CODEOWNERS
43+
# Changes to the vesion is not a functional change. The extension version is updated by the branch-snap GH action.
3644
- 'version.json'
3745

3846
# Run a scheduled build every night on main to run tests against insiders VSCode.

0 commit comments

Comments
 (0)