4 writes to Channel
aspire (3)
Projects\GuestAppHostProject.cs (2)
315config.Channel = buildResult.ChannelName; 934config.Channel = context.Channel.Name;
Scaffolding\ScaffoldingService.cs (1)
135config.Channel = prepareResult.ChannelName;
Aspire.Cli.Tests (1)
Projects\GuestAppHostProjectTests.cs (1)
211Channel = "daily",
3 references to Channel
aspire (3)
Commands\AddCommand.cs (1)
111configuredChannel = settings?.Channel;
Projects\DotNetBasedAppHostServerProject.cs (1)
340var configuredChannelName = localConfig?.Channel;
Projects\PrebuiltAppHostServer.cs (1)
149var channelName = localConfig?.Channel;