11 references to PublishAsHostedAgent
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (2)
39
return builder.RunAsHostedAgent(project: project, configure: configure).
PublishAsHostedAgent
(project: project, configure: configure);
83
return
PublishAsHostedAgent
(builder, project: null, configure: configure);
Aspire.Hosting.Foundry.Tests (7)
HostedAgentExtensionTests.cs (7)
22
.
PublishAsHostedAgent
(project);
39
.
PublishAsHostedAgent
(project);
61
.
PublishAsHostedAgent
(project);
78
.
PublishAsHostedAgent
(project);
91
.
PublishAsHostedAgent
(project);
104
.
PublishAsHostedAgent
(project);
119
.
PublishAsHostedAgent
();
FoundryAgentBasic.AppHost (1)
Program.cs (1)
15
.
PublishAsHostedAgent
();
FoundryAgentEnterprise.AppHost (1)
Program.cs (1)
29
.
PublishAsHostedAgent
(project, (opts) =>