Method invocation failed because [System.Management.Automation.ScriptBlock] doesn't contain a method named 'op_Addition
'.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:528 char:23
+ $script:properties += <<<< $properties
+ CategoryInfo : InvalidOperation: (op_Addition:String) [], RuntimeException
+ FullyQualifiedErrorId : MethodNotFound
You cannot call a method on a null-valued expression.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:469 char:36
+ Assert (!$script:tasks.ContainsKey <<<< ($taskKey)) "Error: Task, $name, has already been defined."
+ CategoryInfo : InvalidOperation: (ContainsKey:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Property 'default' cannot be found on this object; make sure it exists and is settable.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:471 char:16
+ $script:tasks. <<<< $taskKey = $newTask
+ CategoryInfo : InvalidOperation: (default:String) [], RuntimeException
+ FullyQualifiedErrorId : PropertyNotFound
You cannot call a method on a null-valued expression.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:469 char:36
+ Assert (!$script:tasks.ContainsKey <<<< ($taskKey)) "Error: Task, $name, has already been defined."
+ CategoryInfo : InvalidOperation: (ContainsKey:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Property 'test' cannot be found on this object; make sure it exists and is settable.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:471 char:16
+ $script:tasks. <<<< $taskKey = $newTask
+ CategoryInfo : InvalidOperation: (test:String) [], RuntimeException
+ FullyQualifiedErrorId : PropertyNotFound
You cannot call a method on a null-valued expression.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:469 char:36
+ Assert (!$script:tasks.ContainsKey <<<< ($taskKey)) "Error: Task, $name, has already been defined."
+ CategoryInfo : InvalidOperation: (ContainsKey:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Property 'compile' cannot be found on this object; make sure it exists and is settable.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:471 char:16
+ $script:tasks. <<<< $taskKey = $newTask
+ CategoryInfo : InvalidOperation: (compile:String) [], RuntimeException
+ FullyQualifiedErrorId : PropertyNotFound
You cannot call a method on a null-valued expression.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:469 char:36
+ Assert (!$script:tasks.ContainsKey <<<< ($taskKey)) "Error: Task, $name, has already been defined."
+ CategoryInfo : InvalidOperation: (ContainsKey:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Property 'clean' cannot be found on this object; make sure it exists and is settable.
At C:\Users\jasonj\Documents\WindowsPowerShell\Modules\psake\psake.psm1:471 char:16
+ $script:tasks. <<<< $taskKey = $newTask
+ CategoryInfo : InvalidOperation: (clean:String) [], RuntimeException
+ FullyQualifiedErrorId : PropertyNotFound