/src/*.md only works for files directly in the /src folder. How do you say every .md file in any subfolder under /src?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Does /src/**/*.md work?
I got an answer that currently the wildcard must be at the end (they answered me directly.)
So is the example by @GoshaNick the correct syntax or is there a different way to do it? Would this exclude building for any .md file in the repository?
exclude:
- '**/*.md'
Actually, I think there needs to be a functional bug to add this functionality first.
they support
exclude:
- 'markdown/*'
but no wildcards except at the very end currently.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
please fix this. Actually I would love the feature to work as documented.
@DavidStaheli can you take a look at this (both docs and how it works) and make sure we have the right feature here?
Yes, we should add support for better matching, possibly wildcards anywhere, glob patterns, regex, etc.
(Also tracked internally by Microsoft as feature # 1486320.)
It looks like this is an issue with the product itself, rather than an issue with the documentation. To make sure it gets in front of the right people, please submit your bug if you haven't already.
Docs should still be updated to reflect what is allowed
looks like the docs have been updated.
Thanks for checking and letting us know, @TravisEz13 !
Most helpful comment
Actually, I think there needs to be a functional bug to add this functionality first.
they support
but no wildcards except at the very end currently.