7 references to PackageType
Microsoft.DotNet.Build.Tasks.Workloads (7)
CreateVisualStudioWorkload.wix.cs (4)
368swixProjectItem.SetMetadata(Metadata.PackageType, DefaultValues.PackageTypeMsiPack); 417swixProjectItem.SetMetadata(Metadata.PackageType, DefaultValues.PackageTypeMsiPack); 446swixProjectItem.SetMetadata(Metadata.PackageType, DefaultValues.PackageTypeMsiManifest); 473swixProjectItem.SetMetadata(Metadata.PackageType, DefaultValues.PackageTypeComponent);
CreateVisualStudioWorkloadSet.wix.cs (1)
89swixProjectItem.SetMetadata(Metadata.PackageType, DefaultValues.PackageTypeMsiWorkloadSet);
Metadata.cs (1)
34public static readonly string PackageType = nameof(PackageType);
Swix\PackageGroupSwixProject.wix.cs (1)
84swixProjectItem.SetMetadata(Metadata.PackageType, packageGroupType);