- [Feature]
Compare-FileHash
now has the same-Exclude
parameter that was added toCopy-FileHash
for excluding one or more files from the comparison.
- [Feature]
Copy-FileHash
now has an-Exclude
parameter that can be used to exclude one or more files from being copied. Thanks @shayki5!
- [Feature]
Copy-FileHash
now has a-Mirror
parameter that can be used to remove any files from the Destination folder that are not in the Source path (#5). This has had limited testing so use with caution, always check-WhatIf
first.
- [Feature]
Copy-FileHash
can now accept an array of file paths rather than just directory paths. Thanks @Marc05!
- Testing new deployment pipeline.