Skip to content

Commit 6fbde17

Browse files
author
Vladislav Kalugin
committed
Update README.md
1 parent 70987e7 commit 6fbde17

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
# MSBuild Logger for export build database
1+
# MSBuild Logger for export build database
22

33
### Usage
44

5-
`msbuild -logger:/path/to/msbuild-database.dll /t:Rebuild MyProject `
5+
Download `msbuild-database.zip` archive from [release page](https://github.com/UnitTestBot/msbuild-database/releases)
66

7-
`/t:Rebuild` - to recompile the entire project and get a list of all compilation commands
7+
Unzip to folder
8+
9+
Add path to `msbuild-database.dll` as logger
10+
11+
Example `msbuild -logger:/path/to/msbuild-database.dll /t:Rebuild MyProject `
12+
13+
* `/t:Rebuild` - to recompile the entire project and get a list of all compilation commands
814

915
### Building
1016

1117
`dotnet build`
1218

13-
1419
Based on [Andrew Baumann - MsBuildCompileCommandsJson ](https://github.com/0xabu/MsBuildCompileCommandsJson)

0 commit comments

Comments
 (0)