3 references to FindFullPathFromPath
Aspire.Hosting.Azure (3)
AzureDeployingContext.cs (1)
278var command = BicepCliCompiler.FindFullPathFromPath("az") ?? throw new InvalidOperationException("Failed to find 'az' command");
Provisioning\Internal\BicepCompiler.cs (2)
18var bicepPath = FindFullPathFromPath("bicep"); 30var azPath = FindFullPathFromPath("az");