8 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (8)
src\CreateWixBuildWixpack.cs (8)
150if (IncludeSearchPaths == null || IncludeSearchPaths.Length == 0) 155for (int i = 0; i < IncludeSearchPaths.Length; i++) 158var fullSourceDir = GetAbsoluteSourcePath(IncludeSearchPaths[i]); 167IncludeSearchPaths[i] = randomDirName; 311if (IncludeSearchPaths != null && IncludeSearchPaths.Length > 0) 313foreach (var includePath in IncludeSearchPaths)