The first step in any vNext TFS build is a Get Sources step which is executing the tf get command.
I'd like to replicate this functionality in a different build step: I need to retrieve specific files/folders on a specific conditions.
In the XAML builds I was using the Download files build activity.
How can I achieve the same behavior without installing Visual Studio and TFS PowerTools and without installing TFS Nuget packages? Just with what is installed default by the build agent.