4 writes to BuildConfiguration
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
508
launchDefaults.
BuildConfiguration
=
Aspire.Hosting.Dotnet.Tests (1)
DotnetProjectResourceTests.cs (1)
479
launchDefaults.
BuildConfiguration
= "Release";
Aspire.Hosting.Tests (2)
ProjectRebuilderResourceTests.cs (2)
21
launchDefaults.
BuildConfiguration
= "Release";
42
launchDefaults.
BuildConfiguration
= null;
3 references to BuildConfiguration
Aspire.Hosting (3)
ApplicationModel\ProjectLaunchConfigurationFactory.cs (1)
34
BuildConfiguration = launchDefaults?.
BuildConfiguration
,
ProjectResourceBuilderExtensions.cs (2)
1080
if (!string.IsNullOrEmpty(launchDefaults.
BuildConfiguration
))
1083
context.Args.Add(launchDefaults.
BuildConfiguration
);