Implemented interface member:
property
ComponentsLocation
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ComponentsLocation
1 write to ComponentsLocation
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
434settings.ComponentsLocation = componentsLocation;
4 references to ComponentsLocation
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
193if (settings.ComponentsLocation == ComponentsLocation.HomeSite) 1464if (settings.ComponentsLocation == ComponentsLocation.Relative || !VerifyHomeSiteInformation(packageFileNode, builder, settings, _results)) 2068if (settings.ComponentsLocation != ComponentsLocation.HomeSite) 2144else if (settings.ComponentsLocation == ComponentsLocation.HomeSite)