RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
285 stars 76 forks source link

Patch for PreScripts and PostScripts features #38

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi @RamblingCookieMonster this a patch for to fix #36 and #37.

From now these two features are available and working. Causes were some typos in code.

I have also included PreScripts and PostScripts into the logic for variable injection, so you can use the $PWD, $DependencyFolder etc also in these properties.

Finally, I fixed some documentation typos.

All tests passes.

RamblingCookieMonster commented 7 years ago

Eek, someone was sloppy there! Thank you for finding that and cleaning it up, sorry about that!