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