3 references to ResolveExecutablePath
aspire (2)
DotNet\DotNetSdkInstaller.cs (1)
125
PathLookupHelper.
ResolveExecutablePath
(environment.IsWindows() ? "dotnet.exe" : "dotnet");
src\Shared\PathLookupHelper.cs (1)
62
resolvedExecutablePath =
ResolveExecutablePath
(executablePath, environmentVariables);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
997
var resolvedDotNet = PathLookupHelper.
ResolveExecutablePath
("dotnet");