question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tracking: .NET Core Sdk in Build Tools Installer

See original GitHub issue

After 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:closed
  • Created 7 years ago
  • Reactions:21
  • Comments:38 (14 by maintainers)

github_iconTop GitHub Comments

76reactions
Spongmancommented, Mar 16, 2017

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.

50reactions
ntregilluscommented, Apr 17, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found