Updated Binary Log (markdown)

Kirill Osenkov 2017-04-14 16:37:11 -07:00
Родитель 2072aa0722
Коммит a794e009e8
1 изменённых файлов: 1 добавлений и 1 удалений

@ -27,7 +27,7 @@ When using the binary logger all other log formats are technically redundant sin
# Creating a binary log with older MSBuild versions
It is also possible to use the BinaryLogger with older MSBuild versions, such as MSBuild 14.0. For this you'll need the StructuredLogger.dll available here:
https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/download/v1.0.123/StructuredLogger.dll
https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/download/v1.0.130/StructuredLogger.dll
Alternatively you can download/install the https://www.nuget.org/packages/Microsoft.Build.Logging.StructuredLogger NuGet package and use the `StructuredLogger.dll` provided by it.