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