-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi there,
I ran into issues when using this great script with some applications that did not create an SSO entry, because IncludeSSO was False in Deployment.btdfproj. I discovered that the Deploy script requires this to be True, as it reads out the ProjectPath from SSO which in my case was resolved to null, creating problems when uninstalling backreferences:
Cannot bind argument to parameter 'ProjectPath' because it is null. ---> Microsoft.PowerShell.Commands.WriteErrorException: Undeploying back references failed
Maybe ProjectPath can be read elsewhere to make it independent from the SSO setting, like from an entry in the registry key that is created by this script. It should at least be mentioned that this setting has to be enabled for it to work correctly.
Cheers
Malte