Any class that produces, or is itself, a FileSet

Steps implicitly produce a primary FileSet as an output.

interface IFileSetProducer {
    primaryOutput?: FileSet;
}

Implemented by

Properties

Properties

primaryOutput?: FileSet

The FileSet produced by this file set producer

- This producer doesn't produce any file set