File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments