Skip to content

Commit 6986c15

Browse files
authored
Format note correctly. (#43139)
Fixes anonymous feedback.
1 parent c0fdca8 commit 6986c15

File tree

1 file changed

+2
-1
lines changed
  • docs/csharp/language-reference/compiler-options

1 file changed

+2
-1
lines changed

docs/csharp/language-reference/compiler-options/advanced.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ When you specify [**DebugType**](code-generation.md#debugtype), the compiler cre
8686
## PathMap
8787

8888
> [!NOTE]
89-
Specifying **PathMap** will prevent breakpoints from working in local debug builds. Only set **PathMap** for production or [continuous integration builds](../../../core/project-sdk/msbuild-props.md#continuousintegrationbuild).
89+
>
90+
> Specifying **PathMap** prevents breakpoints from working in local debug builds. Only set **PathMap** for production or [continuous integration builds](../../../core/project-sdk/msbuild-props.md#continuousintegrationbuild).
9091
9192
The **PathMap** compiler option specifies how to map physical paths to source path names output by the compiler. This option maps each physical path on the machine where the compiler runs to a corresponding path that should be written in the output files. In the following example, `path1` is the full path to the source files in the current environment, and `sourcePath1` is the source path substituted for `path1` in any output files. To specify multiple mapped source paths, separate each with a comma.
9293

0 commit comments

Comments
 (0)