8 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (8)
src\CreateWixBuildWixpack.cs (8)
135
if (
IncludeSearchPaths
== null ||
IncludeSearchPaths
.Length == 0)
140
for (int i = 0; i <
IncludeSearchPaths
.Length; i++)
143
var fullSourceDir = GetAbsoluteSourcePath(
IncludeSearchPaths
[i]);
152
IncludeSearchPaths
[i] = randomDirName;
260
if (
IncludeSearchPaths
!= null &&
IncludeSearchPaths
.Length > 0)
262
foreach (var includePath in
IncludeSearchPaths
)