Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 548 Bytes

MSBuild Logger for export build database

Usage

Download msbuild-database.zip archive from release page

Unzip to folder

Add path to msbuild-database.dll as logger

Example msbuild -logger:/path/to/msbuild-database.dll /t:Rebuild MyProject

  • /t:Rebuild - to recompile the entire project and get a list of all compilation commands

Building

dotnet build

Based on Andrew Baumann - MsBuildCompileCommandsJson