visual-studio-2012 - 异常消息 : There is no working folder mapping for

标签 visual-studio-2012 tfs web-deployment continuous-deployment

我正在尝试在 tfs/vs.net 2012 中测试自动构建。我已经在源代码管理资源管理器中设置了工作路径,但现在出现错误:

Exception Message: There is no working folder mapping for $/testing/buildtest. (type ItemNotMappedException)

enter image description here

最佳答案

我有同样的问题。原来我忘了扩展Items to Build Process的部分标签。要修复,您需要:

  • 编辑构建定义
  • 开通 Process左侧标签
  • 打开 1. Required部分
  • 打开Items to Build
  • 确保 Projects to Build指向正确的 .sln

  • Edit build definition screen

    关于visual-studio-2012 - 异常消息 : There is no working folder mapping for,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18751959/

    相关文章:

    msbuild - Visual Studio 2012 - MSBuild 增量构建未检测到更改

    php - 使用 PHP 在页面上显示来自 MySQL 数据库的信息

    java - 如何在heroku中复制已部署的应用程序?

    visual-studio-2013 - 如何从Visual Studio 2013 Web应用程序的发布/部署中排除文件夹

    visual-studio - 类名和方法名下拉列表丢失(Visual Studio 设置)

    c# - 针对多个版本的 .NET 框架的最佳方式是什么?

    visual-studio-2012 - 计算机名称更改后如何更新 TFS 工作区?

    tfs - 给定 TFS 变更集,我如何找到它链接到的工作项?

    使用TFS 2013普通版进行性能测试

    tfs - 设置 Team Foundation Server Build 服务以进行自动构建和测试