1 write to MachineArch
Microsoft.DotNet.Build.Tasks.Workloads (1)
Swix\MsiSwixProject.wix.cs (1)
71MachineArch = machineArch;
4 references to MachineArch
Microsoft.DotNet.Build.Tasks.Workloads (4)
Swix\MsiSwixProject.wix.cs (4)
76if (string.IsNullOrWhiteSpace(Chip) && string.IsNullOrWhiteSpace(MachineArch)) 102relativePath += !string.IsNullOrEmpty(Chip) ? $",machinearch={MachineArch}" : string.Empty; 133if (!string.IsNullOrEmpty(MachineArch)) 135msiWriter.WriteLine($" vs.package.machineArch={MachineArch}");