File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
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- - ' 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.
You can’t perform that action at this time.
0 commit comments