We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7069203 commit 8010ef2Copy full SHA for 8010ef2
src/Cli/dotnet/commands/InstallingWorkloadCommand.cs
@@ -93,9 +93,9 @@ public InstallingWorkloadCommand(
93
94
_dotnetPath = creationResult.DotnetPath;
95
_userProfileDir = creationResult.UserProfileDir;
96
+ _sdkFeatureBand = new SdkFeatureBand(creationResult.SdkVersion);
97
_workloadRootDir = WorkloadFileBasedInstall.IsUserLocal(_dotnetPath, _sdkFeatureBand.ToString()) ? _userProfileDir : _dotnetPath;
98
_sdkVersion = creationResult.SdkVersion;
- _sdkFeatureBand = new SdkFeatureBand(creationResult.SdkVersion);
99
_workloadResolver = creationResult.WorkloadResolver;
100
_targetSdkVersion ??= _sdkVersion;
101
0 commit comments