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