MSBuild /bl option to create .binlog file

MSBuild has an option to create a .binlog file by adding /bl to the commandline. Is there an option for setting /bl in the FinalBuilder MSBuild action?

It’s not there by default (the /bl option is pretty new), however you can add it by using the Action Properties view (F12 or F4 depending on your keybindings), there are two properties, “Extra Params at Start” and “Extra Params at End”, you can add the command line option to one of those.

Thanks