| 1091 | } |
| 1092 | |
| 1093 | static Result computeExecutablePath(const Build::Action& action, StringView projectName, String& executablePath) |
| 1094 | { |
| 1095 | return computeArtifactPath(action, projectName, Build::TargetType::ConsoleExecutable, executablePath); |
| 1096 | } |
| 1097 | |
| 1098 | struct CapturedBuildOutput |
| 1099 | { |
no test coverage detected