You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.371
Former-commit-id: 1cedda3b6a8e480191a7a40a8dc33eb078fba58b
This commit is contained in:
parent
62edeef69b
commit
069517201b
@ -374,10 +374,8 @@ namespace Microsoft.Build.BuildEngine {
|
||||
return false;
|
||||
|
||||
ITaskItem[] outputs;
|
||||
if (ParentEngine.BuiltTargetsOutputByName.TryGetValue (key, out outputs)) {
|
||||
if (targetOutputs != null)
|
||||
targetOutputs.Add (target_name, outputs);
|
||||
}
|
||||
if (targetOutputs != null && ParentEngine.BuiltTargetsOutputByName.TryGetValue (key, out outputs))
|
||||
targetOutputs [target_name] = outputs;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user