Summary
Gets a value indicating whether multiple targets should use a unified dependency graph
(shared dependencies run once). When
false, each target is traversed separately
and common dependencies may run multiple times. Controlled via Cake.Core.Constants.Settings.UnifiedDependencyGraphForMultipleTargets.
- Namespace
- Cake
.Core - Containing Type
- ExecutionSettings
Syntax
public bool UnifiedDependencyGraphForMultipleTargets { get; private set; }
Value
| Type | Description |
|---|---|
| bool |
