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