1 write to PublisherName
Aspire.Hosting (1)
DistributedApplicationExecutionContext.cs (1)
35
PublisherName
= publisherName;
3 references to PublisherName
Publishers.AppHost (3)
Program.cs (3)
9
if (builder.ExecutionContext.
PublisherName
== "azure" ||
15
if (builder.ExecutionContext.
PublisherName
== "docker-compose" ||
21
if (builder.ExecutionContext.
PublisherName
== "kubernetes" ||