Function: getOutputsForTargetAndConfiguration

getOutputsForTargetAndConfiguration(task, node): string[]

Parameters

NameType
taskTask
nodeProjectGraphProjectNode

Returns

string[]

Deprecated

Pass the target and overrides instead. This will be removed in v19.

getOutputsForTargetAndConfiguration(target, overrides, node): string[]

Returns the list of outputs that will be cached.

Parameters

NameType
targetTask | { configuration?: string ; project: string ; target: string }
overridesany
nodeProjectGraphProjectNode

Returns

string[]