-
-
Notifications
You must be signed in to change notification settings - Fork 614
Question: can you also exclude files in the glob #701
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I am trying to all files that have the msixupload file extension; except the ones that contain Tests in the file name. what would be the best filter.
I now had, but seems it doesn't support exclusions or am I doing something wrong?
files: |
./**/Packages/**/*.msixupload
!./**/*Tests*.msixupload
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested