5 references to GetAbsoluteSourcePath
Microsoft.DotNet.Build.Tasks.Installers (5)
src\CreateWixBuildWixpack.cs (5)
171var fullSourceDir = GetAbsoluteSourcePath(IncludeSearchPaths[i]); 510var xmlPath = GetAbsoluteSourcePath(sourceFile.ItemSpec); 578source = GetAbsoluteSourcePath(source, sourceFileFolder); 648string includeFilePath = GetAbsoluteSourcePath(ResolvePath(filename), relativeRoot); 1019source = GetAbsoluteSourcePath(source, relativeRoot);