i am trying to pass a System.Environment.GetEnvironmentVariable("String") from Jenkins to my app.config file and im getting a 'missing Whitespace' error. I think its because im calling a string within a string? I can't seem to find a way to escape it however
<add key="Env_Custom-TestUrl" value="System.Environment.GetEnvironmentVariable("BaseURL")" />
Anyone any ideas?
Thanks