outputFile property

File outputFile

Implementation

File get outputFile {
  if (packageFormat.isEmpty) {
    throw MakeError('Direct output is not a file');
  }
  return File(outputArtifactPath);
}