RamblingCookieMonster / PSDeploy

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

Add support for nonexistent source paths #82

Closed RamblingCookieMonster closed 7 years ago

RamblingCookieMonster commented 7 years ago

So! At the moment, Get-PSDeployment does a few (IMHO) bad things:

There are many conceivable cases where a Source may not exist - e.g. perhaps you are chaining deployments

Made the following changes to accommodate this

Hit me up if you have any concerns, suggestions, etc! Will plan to merge this evening (Sunday) or tomorrow AM.

Cheers!