我正从TFS调回TeamCity
As part of my build I need to update a few files and check the changes back to TFS. I ve created a simple MSBuild script that checkout the files, update them and check the changes back in.
The script works great on my machine but when I run it fro TeamCity I get the following error: TF30063: You are not authorized to access ...
Is there a way I can run only the MSBuild step and another user? Is there a way to grant TeamCity s Agent the needed permissions to connect to TFS