Skip to content

Commit ff1bfa4

Browse files
committed
edits
1 parent 193bd6f commit ff1bfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/using-multiple-processors-to-build-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Cycle detection during parallel builds is the same behavior as for MSBuild 2.0.
3131

3232
## Errors and exceptions during parallel builds
3333

34-
During parallel builds, errors and exceptions can occur at different times than they do during a non-parallel build. Also, if one project doesn't build, the other project builds continue.
34+
During parallel builds, errors and exceptions can occur at different times than they do during a nonparallel build. Also, if one project doesn't build, the other project builds continue.
3535

3636
MSBuild doesn't stop any project building in parallel with a failed build. Other projects continue to build until they either succeed or fail. When the <xref:Microsoft.Build.Framework.IBuildEngine.ContinueOnError%2A> setting is enabled, no builds stop, even if an error occurs.
3737

@@ -53,4 +53,4 @@ To avoid this problem but still enable multi-processor builds, MSBuild uses _pro
5353
## Related content
5454

5555
- [Build multiple projects in parallel](building-multiple-projects-in-parallel-with-msbuild.md)
56-
- [MSBuild tasks](./msbuild-tasks.md)
56+
- [MSBuild tasks](msbuild-tasks.md)

0 commit comments

Comments
 (0)