As the title says, I’m working on a custom DevOps task that begins with navigating in the repository to an XML file from a file path. Then processes the XML file and saves the changes.
Now I’ve tried looking on google and through Microsoft’s own documentation. Where I found built-in tasks that do navigate the repo, retrieves an XML file, do stuff to it and save it. However, when looking at the task in GitHub, the pre-existing tasks rely on a library that is only internal and not available on npm.
Does anyone know how to retrieve an XML file from a file path in TypeScript?