Skip to content

Commit

Permalink
[release/9.0.1xx] Fix feature band when assigning a workload to a wor…
Browse files Browse the repository at this point in the history
…kload install type (#43231)
  • Loading branch information
marcpopMSFT committed Sep 10, 2024
2 parents b8e84b1 + dd752f0 commit e8c6c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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 e8c6c2e

Please sign in to comment.