I am new to Octopus Deploy.
In my .net core applicaton appsettings.json, i have the following variable:
{
"protectedResourceMap": []
}
I have a Octopus variable definition for this variable and values is like. Other variables exists which is used here.
["#{ApiPath}"]
But the final output i am getting is an empty array:
{
"protectedResourceMap": [],
}
Can anyone help me with this?
Thanks
