Skip to content

Commit

Permalink
Fix feature band when assigning a workload to a workload install type (
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Aug 13, 2024
2 parents 8dd83c0 + a730dd2 commit aa25f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ internal static void ShowWorkloadsInfo(ParseResult parseResult = null, WorkloadI
reporter.WriteLine($" {workloadManifest.ManifestPath,align}");

reporter.Write($"{separator}{CommonStrings.WorkloadInstallTypeColumn}:");
reporter.WriteLine($" {WorkloadInstallType.GetWorkloadInstallType(new SdkFeatureBand(workloadFeatureBand), dotnetPath).ToString(),align}"
reporter.WriteLine($" {WorkloadInstallType.GetWorkloadInstallType(new SdkFeatureBand(Utils.Product.Version), dotnetPath).ToString(),align}"
);
reporter.WriteLine("");
}
Expand Down

0 comments on commit aa25f63

Please sign in to comment.