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