【发布时间】:2014-07-25 09:53:30
【问题描述】:
我对 MyProject 的 MyBranch 进行了更改,我正在尝试在 TFS 上构建它。
These changes include deleting the folder "Source-deleted"
我试过搁置它并构建它,我也试过Gated Check-in。
但是,它两次都失败了,活动日志如下所示:
Overall Build Process
Update Build Number
Run On Agent (reserved build agent MyBuild01 - Agent3)
Create Workspace
Get Workspace
The item $/MyProject/MyBranch/Source-deleted has not been mapped.
The item $/MyProject/MyBranch/Source-deleted/Clients has not been mapped.
etc etc
Exception Message: TF400889: The following path contains more than the allowed 259 characters:
D:\Builds\7\MyProject\Dev_Nightly\Sources\__Unmapped__\12077\\Source-deleted\Clients\ #### etc #### \somthing.datasource.
Specify a shorter path. (type InvalidPathException)
以前的构建在获取工作区项下没有显示任何内容(即它们刚刚工作),我不认为我的更改本身有任何问题,而是与最新存在的所有文件有关,这些文件被删除在我的书架上。 我查看了分支上的构建文件夹,但我认为没有任何东西可以引用这些文件和文件夹。
发生了什么事? Has anyone seen builds on tfs failing because of deleted files?
【问题讨论】: