dataplat / dbops

⚙ dbops - Powershell module that provides continuous database deployments on any scale
MIT License
157 stars 39 forks source link

-Match filters out both files and folders #103

Closed nvarscar closed 4 years ago

nvarscar commented 4 years ago

Expected behaviour: New-DBOPackage ... -Match '\.sql$' includes files with the extension ".sql" from all subfolders. Actual behavior: It only includes files from the top folder. Recursive folders won't make the cut because they do not match the pattern.

nvarscar commented 4 years ago

Resolved in #105