Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
7 references to Execute
dotnet (1)
Commands\BuildServer\Shutdown\BuildServerShutdownCommandParser.cs (1)
45
command.SetAction((parseResult) => new BuildServerShutdownCommand(parseResult).
Execute
());
dotnet.Tests (6)
CommandTests\BuildServer\Shutdown\BuildServerShutdownCommandTests.cs (6)
38
command.
Execute
().Should().Be(0);
56
command.
Execute
().Should().Be(0);
74
command.
Execute
().Should().Be(0);
92
command.
Execute
().Should().Be(0);
115
command.
Execute
().Should().Be(0);
147
command.
Execute
().Should().Be(1);