Hi,
I updated the variables inside appsettings using config Variables features
but I need to update “commonConfigPath” variable in myfile.exe.config which is outside of appsettings.
Please see the code below how it was structured.
<cambridgeConfiguration commonConfigPath="..\..\..\..\Cambridge.config">
<namedConfigurationSetsToLoad>
<add setName="ONLINE" />
<add setName="xxxxxxxxxxxx" />
</namedConfigurationSetsToLoad>
</cambridgeConfiguration>
I tried Substitute Variables feature but it seems not working, Should the variable value be like #{variable} for this feature to work?
Or else can you please suggest any other solution.
Thanks,
Amulya