How can I update the filename attribute below using a variable?
I added a Replace Transmission task, but how to update the values (filename="y.zip", based on my variable) inside an .xml file using pipeline tasks?
<?xml version="1.0" encoding="utf-16"?>
<configdata>
<solutions>
<configsolutionfile filename="x.zip" />
</solutions>
</configdata>