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