10 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (10)
src\CreateWixBuildWixpack.cs (10)
175
if (
IncludeSearchPaths
== null ||
IncludeSearchPaths
.Length == 0)
180
for (int i = 0; i <
IncludeSearchPaths
.Length; i++)
183
var fullSourceDir = GetAbsoluteSourcePath(
IncludeSearchPaths
[i]);
193
IncludeSearchPaths
[i] = randomDirName;
382
if (
IncludeSearchPaths
!= null &&
IncludeSearchPaths
.Length > 0)
384
foreach (var includePath in
IncludeSearchPaths
)
687
if (
IncludeSearchPaths
!= null)
689
foreach (var searchPath in
IncludeSearchPaths
)