3 references to ResolvePath
aspire (3)
Projects\DotNetAppHostProject.cs (3)
1895
var resolvedTargetPath =
ResolvePath
(runArguments[1], projectDirectory);
1919
var resolvedRunCommand =
ResolvePath
(runCommand, projectDirectory);
1934
workingDirectory = new DirectoryInfo(
ResolvePath
(info.RunWorkingDirectory, projectDirectory));