Location of a FileSet consumed or produced by a ShellStep

interface FileSetLocation {
    directory: string;
    fileSet: FileSet;
}

Properties

Properties

directory: string

The (relative) directory where the FileSet is found

fileSet: FileSet

The FileSet object