5 references to GetAbsoluteSourcePath
Microsoft.DotNet.Build.Tasks.Installers (5)
src\CreateWixBuildWixpack.cs (5)
169var fullSourceDir = GetAbsoluteSourcePath(IncludeSearchPaths[i]); 502var xmlPath = GetAbsoluteSourcePath(sourceFile.ItemSpec); 570source = GetAbsoluteSourcePath(source, sourceFileFolder); 640string includeFilePath = GetAbsoluteSourcePath(ResolvePath(filename), relativeRoot); 1011source = GetAbsoluteSourcePath(source, relativeRoot);