We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MSBuild binary's log are a really useful tool for us to investigate build related issues.
To capture binary logs on the command line, add the /bl switch to your dotnet command. For instance:
/bl
dotnet
dotnet build /bl
This should generate the logs in a file named msbuild.binlog
msbuild.binlog
To capture binary logs for builds issued inside Visual Studio
Save Logs
When asked, attach the binary logs to an issue. You may have to zip these files as GitHub does not currently allow attaching binlog files to issues.