7 references to SdkFeatureBand
Microsoft.DotNet.Build.Tasks.Workloads (7)
CreateVisualStudioWorkload.wix.cs (4)
367swixProjectItem.SetMetadata(Metadata.SdkFeatureBand, $"{sdkFeatureBand}"); 416swixProjectItem.SetMetadata(Metadata.SdkFeatureBand, $"{manifestPackage.SdkFeatureBand}"); 445swixProjectItem.SetMetadata(Metadata.SdkFeatureBand, $"{((WorkloadManifestPackage)msi.Package).SdkFeatureBand}"); 472swixProjectItem.SetMetadata(Metadata.SdkFeatureBand, $"{swixComponent.SdkFeatureBand}");
CreateVisualStudioWorkloadSet.wix.cs (1)
88swixProjectItem.SetMetadata(Metadata.SdkFeatureBand, $"{workloadSetPackage.SdkFeatureBand}");
Metadata.cs (1)
36public static readonly string SdkFeatureBand = nameof(SdkFeatureBand);
Swix\PackageGroupSwixProject.wix.cs (1)
83swixProjectItem.SetMetadata(Metadata.SdkFeatureBand, $"{swixPackageGroup.SdkFeatureBand}");