【发布时间】:2017-07-31 18:11:12
【问题描述】:
我正在尝试在本地使用 TFS 配置 CICD。我能够构建 .net 项目,但无法构建 .net 核心项目。构建 .net 核心项目时从 TFS 收到以下错误。
GETSDKTOOLINGINFO(0,0): Error : The project is configured to use .NET Core SDK version 1.0.0-preview2-003131 which is not installed or cannot be found. These components are required to build and run this project. Download the version of .NET Core SDK specified in global.json or update the SDK version in global.json to the version that is installed.
我还在我的机器上安装了 .net core sdk。
【问题讨论】:
-
您使用的是哪个构建系统? vNext 还是 XAML?安装 SDK 后是否重启了构建代理?
标签: tfs-2015