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