diff --git a/Bullseye/Internal/TargetCollection.cs b/Bullseye/Internal/TargetCollection.cs index 9aa62fd0..16432ae1 100644 --- a/Bullseye/Internal/TargetCollection.cs +++ b/Bullseye/Internal/TargetCollection.cs @@ -161,7 +161,7 @@ async Task RunDependencyAsync(string dependency) } else { - await this.RunAsync(this[dependency], explicitTargets, dryRun, false, skipDependencies, messageOnly, output, runningTargets, sync, dependencyPath).Tax(); + await this.RunAsync(this[dependency], explicitTargets, dryRun, parallel, skipDependencies, messageOnly, output, runningTargets, sync, dependencyPath).Tax(); } }