2 writes to NoLaunchProfile
aspire (1)
Commands\PublishCommandBase.cs (1)
166NoLaunchProfile = true,
Aspire.Cli.Tests (1)
DotNet\DotNetCliRunnerTests.cs (1)
44NoLaunchProfile = true
5 references to NoLaunchProfile
aspire (1)
DotNet\DotNetCliRunner.cs (1)
242var noProfileSwitch = options.NoLaunchProfile ? "--no-launch-profile" : string.Empty;
Aspire.Cli.Tests (4)
Commands\DeployCommandTests.cs (2)
157Assert.True(options.NoLaunchProfile); 224Assert.True(options.NoLaunchProfile);
Commands\PublishCommandTests.cs (2)
190Assert.True(options.NoLaunchProfile); 261Assert.True(options.NoLaunchProfile);