Hi,
We're using TFS Query Work Items and Write to Text File actions to create a HTML report.
The HTML output from the Query Work Items action is written to our BUILD_TFS_QUERY_RESULTS variable. If a TFS work item title contains a percentage character, i.e. "%*error%", then Write to Text File expands not only BUILD_TFS_QUERY_RESULTS, but what it believes are FB variables in the variable from our query.
I have considered changing my SELECT query to replace "%" with "" but that's not ideal nor is asking our testers/developers not to use the % character.
Is there a way to prevent Write to Text File recursively expanding variables?
Many thanks,
Heath.