I have to handover a path as a parameter to a powershell script. This path is stored in an project variable. Therefore I put %src_dir% into the script parameters inside the powershell options dialogue. I expect that the evaluated variable value is hand over to the powershell command line but unfortunately the string %src_dir% is set into the command line.
Very strange, it's working on my dev machine, but on other machines it's not. I suspect it may be a javascript version issue.. I've reorganised the code a bit so any errors will be clearer, I'll let you know when I have a build with it working.