Skip to content

Repo sync for protected branch #10276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/msbuild/msbuild-command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ When you use *MSBuild.exe* to build a project or solution file, you can include

Every switch is available in two forms: `-switch` and `/switch`. The documentation only shows the `-switch` form. Switches aren't case-sensitive. If you run MSBuild from a shell other than the Windows command prompt, lists of arguments to a switch (separated by semicolons or commas) might need single or double quotes to ensure that lists are passed to MSBuild instead of interpreted by the shell.

The .NET CLI commands [dotnet build](/dotnet/core/tools/dotnet-build), [dotnet publish](/dotnet/core/tools/dotnet-publish), and [dotnet msbuild](/dotnet/core/tools/dotnet-msbuild) pass these switches to MSBuild, so this reference is applicable when you use those commands; however `dotnet run` does not.
The .NET CLI commands [dotnet build](/dotnet/core/tools/dotnet-build), [dotnet publish](/dotnet/core/tools/dotnet-publish), [dotnet msbuild](/dotnet/core/tools/dotnet-msbuild) and related commands pass these switches to MSBuild, so this reference is applicable when you use those commands; however `dotnet run` does not.

## Syntax

Expand Down