in server/src/main/kotlin/com/jetbrains/teamcity/plugins/unrealengine/server/buildgraph/BuildGraphDefinitionLoader.kt [16:24]
fun loadFrom(setupBuild: ValidatedSetupBuild): BuildGraph<BuildGraphNodeGroup> {
val buildGraphFile =
ensureNotNull(
findPublishedGraph(setupBuild),
"It appears that the build graph setup build has failed, it hasn't published the exported graph file",
)
return parser.parse(buildGraphFile.inputStream)
}