3 writes to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
160options.LaunchProfileName = launchProfileName; 200options.LaunchProfileName = launchProfileName;
Aspire.Hosting.Tests (1)
PublishAsDockerfileTests.cs (1)
337var project = builder.AddProject<TestProjectWithHttpAndHttpsProfile>("project", o => o.LaunchProfileName = "https")
2 references to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
481else if (!string.IsNullOrEmpty(options.LaunchProfileName)) 483builder.WithAnnotation(new LaunchProfileAnnotation(options.LaunchProfileName));