8 references to Success
dotnet (8)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
89if (exitCode == ExitCode.Success &&
Commands\Test\MTP\MSBuildHandler.cs (3)
50if (msBuildExitCode != ExitCode.Success) 91return restored && !_testApplications.IsEmpty ? ExitCode.Success : ExitCode.GenericFailure; 100return restored && !_testApplications.IsEmpty ? ExitCode.Success : ExitCode.GenericFailure;
Commands\Test\MTP\TestApplicationActionQueue.cs (3)
77if (result == ExitCode.Success && testApp.HasFailureDuringDispose) 92if (_aggregateExitCode == ExitCode.Success) 98else if (result != ExitCode.Success)
Commands\Test\MTP\TestApplicationHandler.cs (1)
386if (exitCode != ExitCode.Success)