gpt4 book ai didi

TFS (web) 在构建 Typescript 时出错。未找到 TypeScript.targets

转载 作者:搜寻专家 更新时间:2023-10-30 20:55:39 24 4
gpt4 key购买 nike

我们刚刚将我们的 javascript 文件转换为 typescript 。一切都在本地构建得很好,但我们在 TFS 中构建(云版本,即 tfs.visualstudio.com)给了我们错误:

The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\TypeScript\Microsoft.TypeScript.targets"
was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

我们在本地使用的是 0.9.1.1 版和 VS2012 版本的 typescript

并提出建议?

最佳答案

要确保使用 Microsoft.TypeScript.targets 的 Web 项目能够在构建服务器上成功构建,您有两种选择:

  1. 在构建服务器上安装 TypeScript
  2. 将 Microsoft.TypeScript.targets 所需的文件复制到另一个受源代码控制的文件夹并更改路径引用将 csproj 文件复制到此文件夹。

此处有更多详细信息 => http://typescript.codeplex.com/workitem/1518

关于TFS (web) 在构建 Typescript 时出错。未找到 TypeScript.targets,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18874068/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com