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