diff --git a/README.md b/README.md index b18cd0a..4655412 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ -# MSBuild Logger for export build database +# MSBuild Logger for export build database ### Usage -`msbuild -logger:/path/to/msbuild-database.dll /t:Rebuild MyProject ` +Download `msbuild-database.zip` archive from [release page](https://github.com/UnitTestBot/msbuild-database/releases) -`/t:Rebuild` - to recompile the entire project and get a list of all compilation commands +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 ](https://github.com/0xabu/MsBuildCompileCommandsJson) \ No newline at end of file