Reputation: 8977
I'm looking to try to set up a build on TFS 2010 (stuck on it for now) and I'm getting the following permissions error when running my build:
Failed to create directory [my output location]. User [service account] needs write permissions to the path.
However, on the server, I am running TFS build service as my service account:
And in windows explorer, the service account is listed as having full control of the TFS_Builds directory:
I even restarted the TFS build server to make sure that wasn't an issue.
What am I screwing up / missing here?
Upvotes: 0
Views: 275
Reputation: 8977
It appears the issue here was using an output directory of \WebDev\E$\TFS_Builds.
On a hunch, I:
This resolved the issue.
Upvotes: 1