Hi,
I'm having following error
"GETSDKTOOLINGINFO : error : The project is configured to use .NET Core SDK version 1.0.0-preview2-003121 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. [C:\Builds\1\XXXXXX\XXXXXXX\src\XXXXXXX\src\XXXXXX\XXXXXXX.xproj]"
I have created a empty Project ASP.Net core Framework, when I try to build using the TFS xaml builds, I'm having the error.
I checked the global.json I see "1.0.0-preview2-003121". Please help me in resolving the issue. I'm using TFS2015 Update 3 and Visual Studio 2015 update 3.
Thanks,
info2m
Hi info2m,
Please install .Net Core SDK on your machine and build agent machine, then create a new project and try to build with it.
On the other hand, you need to make sure, the project could be built though VS or MSBuild on build agent machine, if not, you need to post it to corresponding forum (e.g. ASP.NET) for environment setup issue.
Regards
Starain
Hi Starain,
I've installed .Net Core SDK on my both the machines, Build Server and Local. I was able to build on both machines using the VS and MSBuild. Please help me in resolving the issue.
Thanks,
info2m