6 references to TryGetBuildProducedAgentPath
Aspire.Hosting.Java (3)
JavaDockerfileGenerator.cs (2)
196
if (
TryGetBuildProducedAgentPath
(resource, out var agentPath))
520
if (
TryGetBuildProducedAgentPath
(resource, out var agentPath))
JavaHostingExtensions.cs (1)
1246
else if (JavaDockerfileGenerator.
TryGetBuildProducedAgentPath
(builder.Resource, out _))
Aspire.Hosting.Java.Tests (3)
AddJavaAppPublishTests.cs (3)
157
() => JavaDockerfileGenerator.
TryGetBuildProducedAgentPath
(app.Resource, out _));
207
() => JavaDockerfileGenerator.
TryGetBuildProducedAgentPath
(app.Resource, out _));
1632
() => JavaDockerfileGenerator.
TryGetBuildProducedAgentPath
(app.Resource, out _));