Does -execludePaths Block Subdirectories? #101
Unanswered
Sn3akyP3t3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I pulled down the repo and added to the Unit Test a scenario that seems to pass, but when using it via CLI in
pwsh
I'm seeing files that should have been excluded are actually included and I'm curious if its just not supported or my CLI syntax is wrong.This is what I added to the Unit Test
This were the attempted commands used:
They all seemed to include the files in the directory that was undesired:
Is my use of -execludePaths correct or should I be formatting it differently? The Unit Test I added indicates it should work, but I can't seem to get it to agree. Perhaps its because I'm using Beta 5 and not Beta 6? I'll try to build locally and install from local and try again at another time.
Beta Was this translation helpful? Give feedback.
All reactions