fix: less strict directory filter

This commit is contained in:
Florian Roth
2022-04-06 14:02:01 +02:00
parent 3b25fba51a
commit 4a4d990151
@@ -21,7 +21,7 @@ detection:
filter_folder:
Image|contains:
- '\Microsoft Visual Studio\'
- '\Extensions\TestPlatform\'
- '\Extensions\' # https://github.com/microsoft/vstest/blob/main/src/package/nuspec/Microsoft.TestPlatform.Portable.nuspec#L159
selection_flags:
CommandLine|contains: '.txt'
condition: ( selection and not filter_folder ) or ( all of selection* )