4
Has anyone there used Msbuild Multi-proc? I’m trying to use here, but I end up getting the following error:
c: Windows Microsoft.NET Framework64 v4.0.30319 Microsoft.Common.targets (3390): Unable to copy file "obj Release dbShared.dll" to "f: build 10 TI Folder src dbShared.dll Components". Access to the path 'f: build 10 TI Folder src bin dbShared.dll' is denied.
I tried several parameters of Msbuild but did not succeed.
If anyone can help me with that, I’d be grateful.
PS: I am using TFS 2012
I granted permission to the user who runs the Build Controller in the directory, I have tested this parameter, and yes the same error occurs. I’ll take a look at the guide you gave me to see if I can fix the problem.
– Julio Arruda