Forum Discussion
JMILNE1940
Jul 17, 2023Copper Contributor
TF.exe - authentication
I am trying to automate TFS source control operations using TF.exe. The page below says I can authenticate either with actual credentials or with a personal access token. Use Team Foundation ...
ZhaoZongxi
May 17, 2024Copper Contributor
Did you make any progress on this? I have ran into the same problem when I'm connecting to the TFVC Project hosted in Azure DevOps.
for the PROJECT_COLLECTION_URL I tried both old and new format https://OrgXyz.visualstudio.com/ & https://dev.azure.com/OrgXyz
The /login: section, in addition to the example in your question I also have tried the combination of
/login:USERNAME,BASE64(PersonalAccessToken)
/login:.,BASE64_PAT
/login:USERNAME,BASE64(":"+PersonalAccessToken)
/login:.,BASE64(":"+PersonalAccessToken)
my user name is email.
- romng01Jun 05, 2024Copper Contributor
ZhaoZongxi JMILNE1940 Did you come up with any solution for this