I'll start by saying I don't know if this is possible, but I hope it is.
I have several jobs in Azure Devops running the "Windows Machine File Copy" task. Documentation here.
At the end of the task logs, there's an output that displays the total number of files...
2019-12-06T20:42:33.2991058Z ------------------------------------------------------------------------------
2019-12-06T20:42:33.2992182Z
2019-12-06T20:42:33.2994274Z Total Copied Skipped Mismatch FAILED Extras
2019-12-06T20:42:33.2995919Z Dirs : 29 28 0 0 0 0
2019-12-06T20:42:33.2997487Z Files : 361 361 0 0 0 0
2019-12-06T20:42:33.2999056Z Bytes : 89.96 m 89.96 m 0 0 0 0
2019-12-06T20:42:33.3000612Z Times : 0:00:03 0:00:02 0:00:00 0:00:00
2019-12-06T20:42:33.3000997Z
2019-12-06T20:42:33.3002124Z
2019-12-06T20:42:33.3003761Z Speed : 31614545 Bytes/sec.
2019-12-06T20:42:33.3005534Z Speed : 1808.998 MegaBytes/min.
2019-12-06T20:42:33.3006054Z Ended : Friday, December 6, 2019 2:42:33 PM
2019-12-06T20:42:33.3006989Z
2019-12-06T20:42:33.3049176Z Copying recursively from...
Is this value stored as a variable anywhere? Has anyone been able to work with logs like this to parse information from them programmatically?