3 references to ResolvePath
Microsoft.DotNet.Build.Tasks.Installers (3)
src\CreateWixBuildWixpack.cs (3)
232
_defineVariablesDictionary[match.Groups[1].Value] =
ResolvePath
(match.Groups[2].Value);
539
source =
ResolvePath
(source);
625
string includeFilePath = GetAbsoluteSourcePath(
ResolvePath
(filename), relativeRoot);