Hello KalkunteArun-5597,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that when you are pulling files using MS TEE 14.136.0 is getting all files in zero-byte length.
This is a known issue of a content retrieval failure rather than a normal workspace issue. because TEE is no longer maintained by Microsoft. Yes! TEE can authenticate and read TFVC metadata, but fails specifically during the file-content download stream. What you can do is to stop using TEE for the production tf get content download path and move the build retrieval step to a supported path, native tf.exe on Windows agents, or the documented TFVC REST API for Linux/custom automation. - https://learn.microsoft.com/en-us/azure/devops/repos/tfvc/get-command?view=azure-devops
For Windows build agents, replace TEE CLC with tf.exe from Visual Studio or Team Explorer and run the same workspace mapping and get operation using the native Microsoft TFVC client. For Linux build agents, use the Azure DevOps TFVC Items REST API with download=true to retrieve file content, because the REST API explicitly supports getting TFVC item metadata and/or content. - https://learn.microsoft.com/en-us/rest/api/azure/devops/tfvc/items/get?view=azure-devops-rest-7.1
NOTE: Team Explorer Everywhere is no longer maintained by Microsoft, and Microsoft documents TFVC as feature-complete, with future version-control investment going to Git. Therefore, the stable path is to remove TEE from the build-critical download flow now, then plan either a native Windows TFVC client strategy or a TFVC-to-Git migration later. - https://github.com/microsoft/team-explorer-everywhere, https://learn.microsoft.com/en-us/azure/devops/repos/tfvc/comparison-git-tfvc?view=azure-devops Use the associated resource links for more reading and steps.
I hope this is helpful. Please! Do not hesitate to let me know if you have any other questions, steps or clarifications.
Please do not close the thread by upvoting and accepting the answer if any part of it is helpful.