【发布时间】:2016-07-01 09:34:21
【问题描述】:
我正在尝试使用发布管理部署代码但遇到异常:
异常消息:发布构建失败(异常类型) 异常堆栈跟踪:在 System.Activities.Statements.Throw.Execute(CodeActivityContext 上下文) 在 System.Activities.CodeActivity.InternalExecute(ActivityInstance 实例,ActivityExecutor 执行器,BookmarkManager 书签管理器) 在 System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor 执行器, BookmarkManager bookmarkManager, Location resultLocation)
我编辑了构建定义并禁用了发布触发器。然后构建在不触发发布的情况下成功,但是如果我从 RM 客户端使用刚刚创建的最新构建开始手动发布,则会失败并显示错误消息:
【问题讨论】:
-
看日志。退出代码 4 来自 xcopy。
Initialization error occurred. There is not enough memory or disk space, or you entered an invalid drive name or invalid syntax on the command line.
标签: tfsbuild ms-release-management