Tracking: .NET Core Sdk in Build Tools Installer
See original GitHub issueAfter installing Build Tools for Visual Studio 2017 RC (download URL: vs_BuildTools.exe), MSBuild.exe cannot be directly used because the Sdks are missing. A workaround is to provide them thanks to the MSBuildSDKsPath variable:
$ set MSBuildSDKsPath=C:\Program Files\dotnet\sdk\1.0.0-rc4-004771\Sdks
Are Build Tools supposed to be used for .NET Core? If this is the case, then the MSBuildSDKsPath variable should be better documented. If not (because they are replaced by .NET CLI?), it could be mentioned in https://www.visualstudio.com/downloads/#d-build-tools.
Issue Analytics
- State:
 - Created 7 years ago
 - Reactions:21
 - Comments:38 (14 by maintainers)
 
Top Results From Across the Web
dotnet sdk check command - .NET CLI
The dotnet sdk check command makes it easier to track when new versions of the SDK and Runtimes are available. Within each feature...
Read more >Visual Studio Build Tools workload and component IDs
Use Visual Studio workload and component IDs to build classic Windows-based applications.
Read more >MSBuild uses .Net 5.0 SDK or .Net core SDKs for . ...
Net framework SDK for building net48 .csproj-s in the new netcore-like format. And it fails with error: C:\Program Files\dotnet\sdk\5.0.
Read more >.NET Core SDK/runtime installer does not work for dotnet ...
The task is used to install necessary .net core to _tool folder. If there are newer version in that folder, then dotnet --version...
Read more >.NET core vs .NET framework
In this post, we'll explain their key differences and how to make the best use of each. Let's begin with a background on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

this is terrible. what’s the point of the Build Tools installer, if it isn’t to install tools required to build .NET projects?
this is a regression, too. building dotnet core apps worked fine with the v14 build tools. again, this is a breakage of an existing, deployed-to-production scenario.
now we have the v15 tools looking for “Sdk.props” in one directory, and the dotnet SDK isntalling it into some completely different directory.
it’s as if one hand isn’t talking to the other.
really sloppy guys, really sloppy.
I think you are missing what the intent of my ask: I shouldn’t need visual studio installed on my build machine: I should only need msbuild to build my project, not a full IDE