Skip to content

Commit bc2dde9

Browse files
authored
Merge pull request #5939 from matkoch/patch-1
Update build-process-overview.md
2 parents b19503e + 9133261 commit bc2dde9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/build-process-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The SDK feature for MSBuild project files is relatively new. Prior to this chang
4444

4545
This section discusses how these input files are processed and parsed to produce in-memory objects that determine what will be built.
4646

47-
The purpose of the evaluation phase is to create the object structures in memory based on the input XML files and local environment. The evaluation phase consists of five passes that process the input files such as the project XML files or, and the imported XML files, generally named as *.props* or *.targets* files, depending on whether they primarily set properties or define build targets. Each pass builds a part of the in-memory objects that are later used in the execution phase to build the projects, but no actual build actions occur during the evaluation phase. Within each pass, elements are processed in the order in which they appear.
47+
The purpose of the evaluation phase is to create the object structures in memory based on the input XML files and local environment. The evaluation phase consists of six passes that process the input files such as the project XML files or, and the imported XML files, generally named as *.props* or *.targets* files, depending on whether they primarily set properties or define build targets. Each pass builds a part of the in-memory objects that are later used in the execution phase to build the projects, but no actual build actions occur during the evaluation phase. Within each pass, elements are processed in the order in which they appear.
4848

4949
The passes in the evaluation phase are as follows:
5050

@@ -234,4 +234,4 @@ The MSBuild process has several other extension points other than the ones descr
234234

235235
## See also
236236

237-
[MSBuild](msbuild.md)
237+
[MSBuild](msbuild.md)

0 commit comments

Comments
 (0)