4 writes to Channel
aspire (3)
Projects\GuestAppHostProject.cs (2)
318config.Channel = buildResult.ChannelName; 958config.Channel = context.Channel.Name;
Scaffolding\ScaffoldingService.cs (1)
137config.Channel = prepareResult.ChannelName;
Aspire.Cli.Tests (1)
Projects\GuestAppHostProjectTests.cs (1)
195Channel = "daily",
3 references to Channel
aspire (3)
Commands\AddCommand.cs (1)
108configuredChannel = settings?.Channel;
Projects\DotNetBasedAppHostServerProject.cs (1)
348var configuredChannelName = localConfig?.Channel;
Projects\PrebuiltAppHostServer.cs (1)
340var channelName = localConfig?.Channel;