Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure/pipelines/ci-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pr:
- .vscode/*
- docs/*
- '**/*.md'
- '**/!(AnalyzerReleases.Shipped|AnalyzerReleases.Unshipped).md'
- LICENSE.txt
- THIRD-PARTY-NOTICES.txt

Expand Down
1 change: 1 addition & 0 deletions .azure/pipelines/components-e2e-tests-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pr:
- src/Validation/*
exclude:
- '**/*.md'
- '**/!(AnalyzerReleases.Shipped|AnalyzerReleases.Unshipped).md'

variables:
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
Expand Down
1 change: 1 addition & 0 deletions .azure/pipelines/components-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pr:
- src/Validation/*
exclude:
- '**/*.md'
- '**/!(AnalyzerReleases.Shipped|AnalyzerReleases.Unshipped).md'

variables:
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
Expand Down
3 changes: 2 additions & 1 deletion .azure/pipelines/quarantined-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pr:
- .github/*
- .vscode/*
- docs/*
- '**/*.md'
- '*.md'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- '**/*.md'

- '**/!(AnalyzerReleases.Shipped|AnalyzerReleases.Unshipped).md'
- LICENSE.txt
- THIRD-PARTY-NOTICES.txt

Expand Down
1 change: 1 addition & 0 deletions .azure/pipelines/report-green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pr:
- .vscode/*
- docs/*
- '**/*.md'
- '**/!(AnalyzerReleases.Shipped|AnalyzerReleases.Unshipped).md'
- LICENSE.txt
- THIRD-PARTY-NOTICES.txt

Expand Down
3 changes: 2 additions & 1 deletion .azure/pipelines/template-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ pr:
- eng/Version.Details.props
- eng/Versions.props
exclude:
- '**/*.md'
- '*.md'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- '**/*.md'

- '**/!(AnalyzerReleases.Shipped|AnalyzerReleases.Unshipped).md'

variables:
- name: _UseHelixOpenQueues
Expand Down
Loading