Hi,
I am trying to execute a Custom Script in one of my processes. I am trying to execute the following:
setx CORECLR_PROFILER_PATH_32 $OctopusParameters[“Octopus.Action[DeployAPI].Output.Package.InstallationDirectoryPath”]\AppDynamics.Profiler_x86.dll /m
What I would like is that it would be in qoutes as below:
setx CORECLR_PROFILER_PATH_32 “$OctopusParameters[“Octopus.Action[DeployAPI].Output.Package.InstallationDirectoryPath”]\AppDynamics.Profiler_x86.dll” /m
This does not work since the double equation doesnt work.
Can anyone help me?