1 write to Label
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
760
Label
= input.Label,
2 references to Label
aspire (2)
Commands\PipelineCommandBase.cs (2)
664
var labelText = ConvertTextWithMarkdownFlag($"{input.
Label
}: ", activityData);
670
var label = input.
Label
?? string.Empty;