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