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