Skip to content

Revise what dotnet build -? shows #49158

Open
@JanProvaznik

Description

@JanProvaznik

MSBuild has many command line switches, dotnet build -? shows only some of them (you can display all with dotnet msbuild -?). I think more should be shown.

Describe the solution you'd like.

I'd like to add these, so it's clear dotnet build can work with them.
-bl binarylogger
-t target to be executed
-p property override
-check runs buildchecks
-graph graph mode of execution

Additional context

I believe this is the place that controls what's displayed

private static Command ConstructCommand()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions