You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resolver should support overriding the folder it looks for SDKs in via an environment variable, so that we can test new versions of the SDK, as well as so that it's possible to point Full Framework MSBuild at an "install" of the CLI that was downloaded and unzipped instead of installed globally on the machine (see eg #1083 (comment)). We might want two different environment variables, one that points at a root of a .NET CLI install, and one that points to the SDKs folder itself (like MSBuildSDKsPath currently does).
By release, it would be very nice if this the resolver was available in the Build Tools installer as well as full VS's netcore workload. That would address dotnet/msbuild#1697.
The text was updated successfully, but these errors were encountered: