开发者

TFS Build fails to copy to drop location

开发者 https://www.devze.com 2023-01-21 07:06 出处:网络
Building my 开发者_运维百科solution succeeds, but the build fails upon copying from the build to the drop location. I get an error like this

Building my 开发者_运维百科solution succeeds, but the build fails upon copying from the build to the drop location. I get an error like this

TF270002: An error occurred copying files from 'E:\Workspace' to '\\server\drop location_20101026.25'. 
Details: Access to the path '\\server\drop location_20101026.25\_PublishedWebsites\website\bin\somecompiled.dll' is denied.

This is a part of a continuous integration build (as well as several other types of build that I've tried). This is a copied build definition from a definition that has worked for several months now, running on TFS 2010.


Yep, I was right, I did this myself by putting the copy to drop location task in the parallel foreach loop, resulting in the task being done 3 times, and causing my problems.

0

精彩评论

暂无评论...
验证码 换一张
取 消