Skip to content

Commit f4e0860

Browse files
authored
Update docs/msbuild/diagnosing-task-failures.md
1 parent 9963a7a commit f4e0860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/diagnosing-task-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.subservice: msbuild
1616
---
1717
# Diagnose MSBuild task failures
1818

19-
[MSB6006](errors/msb6006.md) is emitted when a <xref:Microsoft.Build.Utilities.ToolTask>–derived class runs a tool process that returns a nonzero exit code if the task didn't log a more specific error.
19+
[MSB6006](errors/msb6006.md) is emitted when an MSBuild task executes another tool that fails. More specifically, a <xref:Microsoft.Build.Utilities.ToolTask>–derived class runs a tool process that returns a nonzero exit code if the task didn't log a more specific error.
2020

2121
## Identify the failing task
2222

0 commit comments

Comments
 (0)