2 references to CopyAllFilesIfNotHomeSite
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (1)
2075if (homesiteAttribute == null && builder.Product.CopyAllPackageFiles != CopyAllFilesType.CopyAllFilesIfNotHomeSite)
BootstrapperUtil\Product.cs (1)
49CopyAllPackageFiles = CopyAllFilesType.CopyAllFilesIfNotHomeSite;