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