Skip to content

Commit f62fec3

Browse files
authored
Merge pull request #6947 from ghogen/msbuild-issues
MSBuild: /graphBuild version info
2 parents 328ab0d + 2c881ee commit f62fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/msbuild-command-line-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ MSBuild.exe [Switches] [ProjectFile]
4141
|Switch|Short form|Description|
4242
|------------|----------------|-----------------|
4343
|-detailedSummary|-ds|Show detailed information at the end of the build log about the configurations that were built and how they were scheduled to nodes.|
44-
|-graphBuild[:`True` or `False`]|-graph[:`True` or `False`]|Causes MSBuild to construct and build a project graph. Constructing a graph involves identifying project references to form dependencies. Building that graph involves attempting to build project references prior to the projects that reference them, differing from traditional MSBuild scheduling.|
44+
|-graphBuild[:`True` or `False`]|-graph[:`True` or `False`]|Causes MSBuild to construct and build a project graph. Constructing a graph involves identifying project references to form dependencies. Building that graph involves attempting to build project references prior to the projects that reference them, differing from traditional MSBuild scheduling. Requires MSBuild 16 or later.|
4545
|-help|/? or -h|Display usage information. The following command is an example:<br /><br /> `msbuild.exe -?`|
4646
|-ignoreProjectExtensions: `extensions`|-ignore: `extensions`|Ignore the specified extensions when determining which project file to build. Use a semicolon or a comma to separate multiple extensions, as the following example shows:<br /><br /> `-ignoreprojectextensions:.vcproj,.sln`|
4747
|-interactive[:`True` or `False`]|-|Indicates that actions in the build are allowed to interact with the user. Do not use this argument in an automated scenario where interactivity is not expected. Specifying -interactive is the same as specifying -interactive:true. Use the parameter to override a value that comes from a response file.

0 commit comments

Comments
 (0)