0

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

Katerina
  • 1
  • 1

1 Answers1

0

You can look at JSON variable substitution notes

Variable substitution is applied for only the JSON keys predefined in the object hierarchy. It does not create new keys.

This reference thread might be helpful.

DeepDave-MT
  • 1,861
  • 1
  • 5
  • 18