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