1 write to IsWarning
aspire (1)
Commands\PublishCommandBase.cs (1)
346
task.
IsWarning
= activity.Data.IsWarning;
2 references to IsWarning
aspire (2)
Commands\PublishCommandBase.cs (2)
348
if (task.IsError || task.
IsWarning
|| task.IsComplete)
351
task.
IsWarning
? "[yellow]⚠ WARNING:[/]" : "[green]✓ DONE:[/]";