Skip to content

Commit 6f9e454

Browse files
authored
Skip CI if only docs changes
1 parent 5295ec0 commit 6f9e454

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
5-
5+
test
66
# Latest
77
* XAML IntelliSense for .NET MAUI (Issue: [#565](https://github.com/microsoft/vscode-dotnettools/issues/565))
88
* Controlled by preview feature flag `dotnet.enableXamlToolsPreview` which is on by default

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ trigger:
66
- release
77
- prerelease
88
- main
9+
paths:
10+
exclude:
11+
- *.md
912

1013
pr:
1114
- feature/*

0 commit comments

Comments
 (0)