1 write to SdkFeatureBand
Microsoft.DotNet.Build.Tasks.Workloads (1)
WorkloadSetPackage.wix.cs (1)
57
SdkFeatureBand
= GetSdkFeatureBandVersion(GetSdkVersion(Id));
7 references to SdkFeatureBand
Microsoft.DotNet.Build.Tasks.Workloads (7)
CreateVisualStudioWorkloadSet.wix.cs (2)
83
MsiSwixProject swixProject = new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, workloadSetPackage.
SdkFeatureBand
, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform));
88
swixProjectItem.SetMetadata(Metadata.SdkFeatureBand, $"{workloadSetPackage.
SdkFeatureBand
}");
Msi\WorkloadSetMsi.wix.cs (2)
59
string providerKeyName = $"Microsoft.NET.Workload.Set,{_package.
SdkFeatureBand
},{_package.PackageVersion},{Platform}";
65
candle.AddPreprocessorDefinition(PreprocessorDefinitionNames.SdkFeatureBandVersion, $"{_package.
SdkFeatureBand
}");
Swix\SwixPackageGroup.wix.cs (1)
37
public SwixPackageGroup(WorkloadSetPackage package) : this(package, package.
SdkFeatureBand
, package.SwixPackageGroupId)
WorkloadSetPackage.wix.cs (2)
58
SwixPackageGroupId = $"{DefaultValues.PackageGroupPrefix}.NET.Workloads-{
SdkFeatureBand
.ToString(3)}";
59
WorkloadSetVersion = GetWorkloadSetVersion(
SdkFeatureBand
, PackageVersion);