Question

I am facing an issue of permsission related to .nuget while I am using build definition of TFS 2013.

I have already applied 'Enable NuGet Package Restore' option in my Visual Studio solution. (I am using latest version of NuGet package manager.)

I am getting an error mentioned as given screenshot.

enter image description here

Thanks in advance!

Was it helpful?

Solution

Your build service was set to run with LOCAL SERVICE account. Right click on C:\Builds and make sure it has full permissions on that folder. Alternatively run the build service as a domain user account (e.g. DOMAIN-NAME\tfsbuild) or NETWORK SERVICE.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top