Skip to content

Commit 6185b24

Browse files
committed
Simplify
1 parent 341958a commit 6185b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb4252.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This article describes the MSB4252 error code.
5252
-->
5353
## Description
5454

55-
Isolated mode, enabled by the `-isolateProjects` switch that can be used with the `-graphBuild` switch, enforces strict isolation between project builds. It only applies to [graph builds](../build-process-overview.md#graph-option).
55+
Isolated mode, enabled by the `-isolateProjects` switch, enforces strict isolation between project builds. It only applies to [graph builds](../build-process-overview.md#graph-option).
5656

5757
This error occurs when you're doing a graph build in isolated mode, but a situation was encountered that couldn't be resolved under the constraints of isolated mode. Isolated mode relies on being able to traverse the project dependencies statically, before the build starts. However, certain constructs that are allowed in MSBuild project files violate this constraint, and if they're encountered, this error is given.
5858

0 commit comments

Comments
 (0)