Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有多个在 VS2012 中构建良好的 K2 工作流项目。当我尝试使用 VS 部署任何内容时,我只会收到一条 Build Failed 消息。当我尝试进行命令行构建和部署时,我得到...
Microsoft.Build.Share.InternalErrorException:MSB0001:内部 MSBuild 错误:Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(....
我找不到有关此错误的任何信息。任何人都可以帮忙吗?
我发现 MSBuild 已设置为使用名为 Environment 的系统环境变量,然后将其与 K2 服务器环境名称匹配。我没有使用正确的名称设置 K2 环境。我使用 K2 Workspace Management Console 完成了这项工作,现在我的项目已成功部署。