1 write to Chip
Microsoft.DotNet.Build.Tasks.Workloads (1)
Swix\MsiSwixProject.wix.cs (1)
70
Chip
= chip;
7 references to Chip
Microsoft.DotNet.Build.Tasks.Workloads (7)
Swix\MsiSwixProject.wix.cs (7)
76
if (string.IsNullOrWhiteSpace(
Chip
) && string.IsNullOrWhiteSpace(MachineArch))
89
string hashInputs = $"{Id},{Version.ToString(3)},{sdkFeatureBand},{Platform},{
Chip
},{machineArch}";
100
relativePath += !string.IsNullOrEmpty(
Chip
) ? $",chip={
Chip
}" : string.Empty;
102
relativePath += !string.IsNullOrEmpty(
Chip
) ? $",machinearch={MachineArch}" : string.Empty;
123
if (!string.IsNullOrWhiteSpace(
Chip
))
125
msiWriter.WriteLine($" vs.package.chip={
Chip
}");