简体   繁体   中英

TFS 2012 automated build file not found

This could be a pre-existing problem, it's just coincidental that we've upgrade to 2012 also.

When our automated builds are running we receive the error:

Exception Message: Could not find a part of the path 'ui-bg_highlight-soft_75_cccccc_1x100.png'. (type DirectoryNotFoundException)
Exception Stack Trace:    at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
   at Microsoft.TeamFoundation.Common.FileSpec.DeleteDirectory(String path, Boolean recursive)
   at Microsoft.TeamFoundation.Build.Workflow.Activities.DeleteDirectory.Execute(CodeActivityContext context)
   at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
   at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation).

Even after removing all occurrences of this file (I looked everywhere), it still appears to be looking for it and not finding it.

Has any one come across this before?

由于构建位置是一个分支,然后将其存档(移至存档文件夹),因此似乎发生了这种情况

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM