2 writes to NoLaunchProfile
aspire (1)
Commands\PublishCommandBase.cs (1)
146NoLaunchProfile = true
Aspire.Cli.Tests (1)
DotNet\DotNetCliRunnerTests.cs (1)
33NoLaunchProfile = true
3 references to NoLaunchProfile
aspire (1)
DotNet\DotNetCliRunner.cs (1)
215var noProfileSwitch = options.NoLaunchProfile ? "--no-launch-profile" : string.Empty;
Aspire.Cli.Tests (2)
Commands\DeployCommandTests.cs (1)
156Assert.True(options.NoLaunchProfile);
Commands\PublishCommandTests.cs (1)
190Assert.True(options.NoLaunchProfile);