I have a separate server that runs tfs build.
I created an account that will start the tfs build service.
I get an error because it says that it cannot access the drop folder.
What permissions should I grant the tfs build service account? I believe this should be separate from some specific tfs groups?
Update
I decided to just use the tfsservice account in the domain ...
I added a TFSService account using LogonAs for the TFSBuild service, I get the message "the foundation assembly service cannot be started on the local computer." Error accessing version 5 is prohibited.
I use mydomain / tfsservice as the account name.
source
share