8 references to ComponentsLocation
Microsoft.Build.Tasks.Core (8)
BootstrapperUtil\BootstrapperBuilder.cs (5)
193
if (settings.ComponentsLocation ==
ComponentsLocation
.HomeSite)
420
public string[] GetOutputFolders(string[] productCodes, string culture, string fallbackCulture,
ComponentsLocation
componentsLocation)
1464
if (settings.ComponentsLocation ==
ComponentsLocation
.Relative || !VerifyHomeSiteInformation(packageFileNode, builder, settings, _results))
2068
if (settings.ComponentsLocation !=
ComponentsLocation
.HomeSite)
2144
else if (settings.ComponentsLocation ==
ComponentsLocation
.HomeSite)
BootstrapperUtil\BuildSettings.cs (2)
46
public
ComponentsLocation
ComponentsLocation { get; set; } =
ComponentsLocation
.HomeSite;
BootstrapperUtil\Interfaces.cs (1)
112
ComponentsLocation
ComponentsLocation { get; set; }