When using the beta5 version of powerdeploy I get an error. You can recreate this by installing beta 5 and running the getting started example:
Cannot index into a null array.
At C:\modules\Powerdeploy\Extensions\LegacyConventions\Initialize.ps1:18 char:13
-
&$onDeploy -PowerDeploymentContext $deploymentContext
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidOperation: (:) [], RuntimeException
- FullyQualifiedErrorId : NullArray
Does beta 5 have a required parameter I'm missing compared to the older versions?