3 writes to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
151
options.
LaunchProfileName
= launchProfileName;
190
options.
LaunchProfileName
= launchProfileName;
Aspire.Hosting.Tests (1)
PublishAsDockerfileTests.cs (1)
336
var project = builder.AddProject<TestProjectWithHttpAndHttpsProfile>("project", o => o.
LaunchProfileName
= "https")
2 references to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
330
else if (!string.IsNullOrEmpty(options.
LaunchProfileName
))
332
builder.WithAnnotation(new LaunchProfileAnnotation(options.
LaunchProfileName
));