Hi,
Is it possible to pass an array or list in Bamboo Argument?
For example: -FuncName "ReplaceFunction" -Arguments="@(${bamboo.build.working.directory}, "abc", ${bamboo.someGlobalVar})"
My build always fails with the error when I pass in the list as argument:
Missing argument in parameter list.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingArgument
Really appreciate some advice on this. Thanks in advance.