I am trying to setup CI/CD pipeline with Azure DevOps. My requirement is to setup task in release stage to edit or transform few files (XML and other text files according to the customer) before every deployment.
e.g. to edit pom.xml
file to edit artifact id before every deployment.
How and where I can setup this task?