I have an build definition that will be used for many projects. But when saving to template it's still "locked" to the project.
So I'm trying to use tfpt to clone the definition to a new project.
PS C:\> tfpt builddefinition /collection:"http://localhost:8080/tfs/DefaultCollection" /dump "Test47\*"
Querying Build Definition...
No definitions found matching 'Test47\*'.
The issue is that it doesn't find any of my build definitions, trying dump to view and * to get all, even when typing the actual name of definition it still doesn't work.

