4 references to WithAttribute
Microsoft.DotNet.Build.Tasks.Installers (4)
src\GenerateMacOSDistributionFile.cs (4)
78
.
WithAttribute
("selected", "IsX64Machine()"))
81
.
WithAttribute
("id", c.Attribute("id").Value + ".alternate")
82
.
WithAttribute
("selected", "!IsX64Machine()")
83
.
WithAttribute
("customLocation", Alternativex64InstallPath)));