4 references to HomeSite
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (3)
193
if (settings.ComponentsLocation == ComponentsLocation.
HomeSite
)
2068
if (settings.ComponentsLocation != ComponentsLocation.
HomeSite
)
2144
else if (settings.ComponentsLocation == ComponentsLocation.
HomeSite
)
BootstrapperUtil\BuildSettings.cs (1)
46
public ComponentsLocation ComponentsLocation { get; set; } = ComponentsLocation.
HomeSite
;