RamblingCookieMonster / PSDeploy

Simple PowerShell based deployments
http://ramblingcookiemonster.github.io/PSDeploy-Take-Two/
MIT License
347 stars 69 forks source link

Update build process, fix filesystemdiff bug #76

Closed RamblingCookieMonster closed 7 years ago

RamblingCookieMonster commented 7 years ago

Long story short, a number of tests now fail due to some changes in Pester. This is a temporary workaround gating the Pester version that we use to 3.4.6.

RamblingCookieMonster commented 7 years ago

@martin9700 - note the slight tweak to FileSystemDiff - hit me up if you have any concerns. Long story short, just swapped out -NewName $SomeFullPath with -NewName $NewFileName. Left original logic in place so that verbose output still has the full path.

martin9700 commented 7 years ago

@RamblingCookieMonster Was the $SaveDiffPath causing a problem? Anyway, the change is fine. Are the FileSystemDiff tests working ok or need me to tweak anything?