We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884bb69 commit 1f44ea8Copy full SHA for 1f44ea8
azure-pipelines.yml
@@ -16,12 +16,24 @@ pr:
16
- main
17
paths:
18
exclude:
19
- - '*.md'
20
- - 'version.json'
+ - '**.md'
+ - .azuredevops/*
21
+ - .config/*
22
+ - .devcontainer/*
23
- .github/*
24
+ - .vscode/*
25
+ - azure-pipelines/dotnet-vscode-csharp-insertion.yml
26
+ - azure-pipelines/loc.yml
27
- azure-pipelines/release.yml
- - CHANGELOG.
28
+ - azure-pipelines/profiling.yml
29
+ - azure-pipelines/publish-roslyn-copilot.yml
30
+ - docs/*
31
+ - images/*
32
+ - RuntimeLicenses/*
33
- 'l10n/bundle.l10n.*.json'
34
+ - themes/*
35
+ - CODEOWNERS
36
+ - 'version.json'
37
38
# Run a scheduled build every night on main to run tests against insiders VSCode.
39
# The variable testVSCodeVersion is set to insiders based on the build reason.
0 commit comments