What is the best way to add new keys in AppConfig.config file through Azure Release pipeline?
As I reviewed the File Transform task in the Azure DevOps pipeline, I noticed that it works only for transforming values using variables, my goal is to add two new keys and values in the already existing file.
Thank you