I have pipelines in Azure DevOps working with Windows Self hosted agent, I currently get source code from external Git but I also need to get source code from internal TFS 2018 server.
I created a service connection, I saw that I can specify it as an Azure subscription name in tasks that deploys but I can't see how to get source code, I have this UI when I create a YAML pipeline but there is not either any TFS option in classic mode:
Should I have a Service or TFS option in there ? Thanks.