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