How to update/replace the value from app.config for different environment using Teamcity? For Ex: Consider below URL is for one environment. add key="URL" value="https://www.google.co.uk"
Now I want to update this value through Teamcity for different environment as: add key="URL" value="https://www.google.co.in"
How can be done this using Teamcity? Can anyone please guide me on this?
Thanks,