Skip to content

Commit 2020310

Browse files
authored
Update msbuild-command-line-reference.md
1 parent cbd8f5b commit 2020310

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ Square brackets `[]` indicate optional parts, and curly braces `{}`indicate user
9494

9595
`MSBuild.exe MyProject.proj -t:rebuild`
9696

97-
## Example 2
98-
99-
You can use *MSBuild.exe* to perform more complex builds. For example, you can use it to build specific targets of specific projects in a solution. The following example rebuilds the project `NotInSolutionFolder` and cleans the project `InSolutionFolder`, which is in the *NewFolder* solution folder.
100-
101-
`msbuild SlnFolders.sln -t:NotInSolutionfolder:Rebuild;NewFolder\InSolutionFolder:Clean`
102-
10397
## See also
10498

10599
- [MSBuild reference](../msbuild/msbuild-reference.md)

0 commit comments

Comments
 (0)