Skip to content

Commit

Permalink
Add Note About Capturing Binlogs Through VS (#5653)
Browse files Browse the repository at this point in the history
* Add Note About Capturing Binlogs Through VS

Adding a note within this guide for folks that are using VS.
  • Loading branch information
benvillalobos authored Aug 15, 2020
1 parent 5a04343 commit df64529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/wiki/Providing-Binary-Logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ However, you should be aware what type of information is captured in the binary
You can create a binary log by passing the `-bl` parameter to MSBuild. You can explore the contents of the generated .binlog file using [MSBuild Structured Log Viewer](http://msbuildlog.com/).

[More details about binary logs](Binary-Log.md)

## Capturing Binary Logs Through Visual Studio
See [this guide](https://github.com/dotnet/project-system-tools) in the Project System Tools repo for capturing binlogs through Visual Studio.

0 comments on commit df64529

Please sign in to comment.