4 references to AspireCliPath
Aspire.Hosting.Tasks (4)
ResolveAspireCliBundle.cs (4)
110
if (!string.IsNullOrWhiteSpace(
AspireCliPath
))
112
if (File.Exists(
AspireCliPath
) && TryResolveFromCliPath(
AspireCliPath
, out var explicitCliBundle))
120
Log.LogWarning("The AspireCliPath value '{0}' does not point to an existing Aspire CLI executable with a valid bundle layout.",
AspireCliPath
);