Open
Description
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