What account should I provide to my TFSBuild account?

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.

+3
source share
1 answer

Since the build actually completes, aside from the final copy task, just add the TFSBuild account to the folder folder for complete control. This will reveal the smallest part of fs as much as possible.

+1
source

Source: https://habr.com/ru/post/1702641/


All Articles