3 references to PathLookupHelper
Aspire.Hosting.Azure (3)
Provisioning\Internal\BicepCompiler.cs (2)
26
var bicepPath =
PathLookupHelper
.FindFullPathFromPath("bicep");
38
var azPath =
PathLookupHelper
.FindFullPathFromPath("az");
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
37
?
PathLookupHelper
.ResolveExecutablePath(processSpec.ExecutablePath, processSpec.EnvironmentVariables)