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