Skip to content

Commit 30b4402

Browse files
authored
Apply suggestions from code review
1 parent cd4dadb commit 30b4402

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

docs/help-viewer/find-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You might enter a search string that includes multiple words, such as "word1 wor
9898

9999
> [!IMPORTANT]
100100
> - Phrase searches are not supported. If you specify more than one word in a search string, returned topics contain all the words that you specified but not necessarily the exact phrase that you specified.
101-
> - Use logical operators to specify the relationship between words in your search phrase. You can include logical operators, such as AND, OR, NOT, and NEAR, to further refine your search. For example, if you search for "declaring NEAR union", search results include topics that contain the words "declaring" and "union" no more than a few words apart from each other. For more information, see [Logical operators in search expressions](/visualstudio/help-viewer/find-topics).
101+
> - Use logical operators to specify the relationship between words in your search phrase. You can include logical operators, such as AND, OR, NOT, and NEAR, to further refine your search. For example, if you search for "declaring NEAR union", search results include topics that contain the words "declaring" and "union" no more than a few words apart from each other.
102102
103103
### Filters
104104

docs/msbuild/creating-forwarding-loggers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Forwarding loggers improve logging efficiency by letting you choose the events y
3333

3434
## Multi-processor-aware loggers
3535

36-
When you build a project on a multi-processor system, the build messages from each processor are not automatically interleaved in a unified sequence. Instead, you must establish a message grouping priority by using the <xref:Microsoft.Build.Framework.BuildEventContext> class that is attached to every message. For more information about multi-processor building, see [Logging in a multi-processor environment](/visualstudio/msbuild/writing-multi-processor-aware-loggers).
36+
When you build a project on a multi-processor system, the build messages from each processor are not automatically interleaved in a unified sequence. Instead, you must establish a message grouping priority by using the <xref:Microsoft.Build.Framework.BuildEventContext> class that is attached to every message. For more information about multi-processor building, see [Logging in a multi-processor environment](writing-multi-processor-aware-loggers.md).
3737

3838
## Related content
3939

4040
- [Obtain build logs](../msbuild/obtaining-build-logs-with-msbuild.md)
4141
- [Build loggers](../msbuild/build-loggers.md)
42-
- [Logging in a multi-processor environment](/visualstudio/msbuild/writing-multi-processor-aware-loggers)
42+
- [Logging in a multi-processor environment](writing-multi-processor-aware-loggers.md)

docs/msbuild/msbuild-errors.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,3 @@ We're sorry! It looks like we couldn't find what you were looking for.
109109
- Use the [Microsoft Learn](/) toolbar to search
110110
- Browse the Knowledge Base for [Visual Studio troubleshooting](/troubleshoot/visualstudio/welcome-visual-studio/)
111111

112-
**Didn't mean to click?** [Remap or disable the `F1` help key](/visualstudio/ide/not-in-toc/default)

docs/msbuild/obtaining-build-logs-with-msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ For more information, see [Command-line reference](../msbuild/msbuild-command-li
101101

102102
- <xref:Microsoft.Build.Framework.LoggerVerbosity>
103103
- [Build loggers](../msbuild/build-loggers.md)
104-
- [Logging in a multi-processor environment](/visualstudio/msbuild/writing-multi-processor-aware-loggers)
104+
- [Logging in a multi-processor environment](writing-multi-processor-aware-loggers.md)
105105
- [Creating forwarding loggers](../msbuild/creating-forwarding-loggers.md)
106106
- [MSBuild concepts](../msbuild/msbuild-concepts.md)

docs/msbuild/what-s-new-in-msbuild-15-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MSBuild is now available as part of the [.NET Core SDK](https://dotnet.microsoft
1616

1717
MSBuild is now installed in a folder under each version of Visual Studio. For example, *C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild*. You can also use the following PowerShell module to locate MSBuild: [vssetup.powershell](https://github.com/Microsoft/vssetup.powershell).
1818

19-
MSBuild is no longer installed in the Global Assembly Cache. To reference MSBuild programmatically, use NuGet packages. For more information, see [Updating an existing application for MSBuild 15.0](/visualstudio/msbuild/find-and-use-msbuild-versions).
19+
MSBuild is no longer installed in the Global Assembly Cache. To reference MSBuild programmatically, use NuGet packages.
2020

2121
## Changed properties
2222

0 commit comments

Comments
 (0)