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