2 writes to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
149options.LaunchProfileName = launchProfileName; 188options.LaunchProfileName = launchProfileName;
2 references to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
327else if (!string.IsNullOrEmpty(options.LaunchProfileName)) 329builder.WithAnnotation(new LaunchProfileAnnotation(options.LaunchProfileName));