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