Exclude or include test assemblies based on pattern?
I have tried a few different ways, including reg ex patterns from other examples, but am not able to get test assemblies to honor wild cards in the path. Is this supported?
test:
assemblies:
- MyProj.*.dll
- MyProj*
Alternatively, would be nice to be able to exclude assemblies by name or wildcard/regex
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 17 Jul, 2015 10:26 PM
assemblies
value can be:a) full relative path to an assembly
b) assembly file name without a path - all assemblies with the given name in all folders will be found
c) path with wildcard. If wildcard is used it should be full relative path. For example, to scan all folders recursively use:
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.