I have an executable file - process.exe - which takes a single file path and does something with that file (no outputs). process.exe isn't capable of accepting wildcard paths e.g. process.exe c:\project\*.ext
What I want to do is select all files of a particular extension in my project (*.xmlt) and pass each one of these files into the process.exe as part of my AfterBuild
step.