views:

11

answers:

1

I've got a very large build process that I'd like to move parts or the whole thing over to workflow, but I can't seem to find a way to do recursion or a simple code activity to pull in the projects located in a base source directory.

in MSBuild it's an itemGroup like so ../**/*.proj what would I do in workflow designer?

A: 

Can you specify what try to achieve here? Do you want to construct an activity that expresses the recursive nature of the "dir"?

Isaac Yuen