1 reference to FindFullPathFromPath
Aspire.Hosting.Azure (1)
Provisioning\Provisioners\BicepProvisioner.cs (1)
364
private static string? FindFullPathFromPath(string command) =>
FindFullPathFromPath
(command, Environment.GetEnvironmentVariable("PATH"), Path.PathSeparator, File.Exists);