Skip to content

Commit d464dd3

Browse files
authored
Control releases with NerdBank pathfilters (#97)
1 parent d72caf7 commit d464dd3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

ApiSurface/version.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,18 @@
33
"publicReleaseRefSpec": [
44
"^refs/heads/main$"
55
],
6-
"pathFilters": null
6+
"pathFilters": [
7+
":/",
8+
":^/ApiSurface/Test/",
9+
":^/ApiSurface.SampleAssembly/",
10+
":^/ApiSurface.DocumentationSample/",
11+
":^/.github/",
12+
":^/.config/",
13+
":^/hooks/",
14+
":^/analyzers/",
15+
":^/.editorconfig",
16+
":^/CONTRIBUTING.md",
17+
":^/.git-blame-ignore-revs",
18+
":^/.gitignore"
19+
]
720
}

0 commit comments

Comments
 (0)