I am getting the below error when building a project via Azure DevOps pipeline. I have checked for pending changes or files not mapped, but don't see any. I am not sure what else to try here.
Snippet from log:
##[command]tf vc get /version:6 /recursive /overwrite C:\agents\vsts-agent-win-x86-2.153.1\_work\1\s /loginType:OAuth /login:.,*** /noprompt
C:\agents\vsts-agent-win-x86-2.153.1\_work\1:
Warning s - Unable to get because a directory already exists.
Exit code 1 returned from the process: file name 'tf', arguments 'vc get /version:6 /recursive /overwrite C:\agents\vsts-agent-win-x86-2.153.1\_work\1\s /loginType:OAuth /login:.,*** /noprompt'.
EDIT: I tried the solution from this post, with no success.
