8 writes to NoLaunchProfile
aspire (1)
Commands\PipelineCommandBase.cs (1)
190NoLaunchProfile = true,
Aspire.Cli.Tests (7)
DotNet\DotNetCliRunnerTests.cs (7)
44NoLaunchProfile = true 881NoLaunchProfile = true 936NoLaunchProfile = false 991NoLaunchProfile = false, 1044NoLaunchProfile = false // This will generate an empty string for noProfileSwitch 1104NoLaunchProfile = true, 1162NoLaunchProfile = true,
6 references to NoLaunchProfile
aspire (1)
DotNet\DotNetCliRunner.cs (1)
246var noProfileSwitch = options.NoLaunchProfile ? "--no-launch-profile" : string.Empty;
Aspire.Cli.Tests (5)
Commands\DeployCommandTests.cs (2)
157Assert.True(options.NoLaunchProfile); 225Assert.True(options.NoLaunchProfile);
Commands\DoCommandTests.cs (1)
55Assert.True(options.NoLaunchProfile);
Commands\PublishCommandTests.cs (2)
190Assert.True(options.NoLaunchProfile); 261Assert.True(options.NoLaunchProfile);