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