3 references to AspireCliBundlePath
Aspire.Hosting.Tasks (3)
ResolveAspireCliBundle.cs (3)
94if (!string.IsNullOrWhiteSpace(AspireCliBundlePath)) 96if (TryResolveFromLayoutPath(AspireCliBundlePath, out var explicitBundle)) 104Log.LogWarning("The AspireCliBundlePath value '{0}' does not point to a valid Aspire CLI bundle layout.", AspireCliBundlePath);