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