You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/diagnosing-task-failures.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.subservice: msbuild
16
16
---
17
17
# Diagnose MSBuild task failures
18
18
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.
0 commit comments