Skip to content

Commit 457afc4

Browse files
committed
Remove invalid contentReference syntax from AI-generated note
1 parent 15b23b6 commit 457afc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/msbuild-response-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In version 15.6 and later, MSBuild searches parent directories of the project fo
3232
You can use the syntax `%MSBuildThisFileDirectory%` in a *Directory.Build.rsp* file, to refer to the directory that contains the *Directory.Build.rsp* file. This syntax requires percent signs on all operating systems, like [Environment.ExpandEnvironmentVariables](/dotnet/api/system.environment.expandenvironmentvariables), even though `MSBuildThisFileDirectory` isn't an environment variable.
3333

3434
> [!NOTE]
35-
> Visual Studio (the IDE) **does not apply** `.rsp` response files—such as `MSBuild.rsp` or `Directory.Build.rsp`—when building within the IDE. These files are only processed when you run MSBuild via the **`msbuild.exe`** or **`dotnet build`** command‑line tools :contentReference[oaicite:2]{index=2}.
35+
> Visual Studio (the IDE) **does not apply** `.rsp` response files—such as `MSBuild.rsp` or `Directory.Build.rsp`—when building within the IDE. These files are only processed when you run MSBuild via the **`msbuild.exe`** or **`dotnet build`** command‑line tools.
3636
3737

3838
## Disabling response files

0 commit comments

Comments
 (0)