File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- # MSBuild Logger for export build database
1
+ # MSBuild Logger for export build database
2
2
3
3
### Usage
4
4
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 )
6
6
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
8
14
9
15
### Building
10
16
11
17
` dotnet build `
12
18
13
-
14
19
Based on [ Andrew Baumann - MsBuildCompileCommandsJson ] ( https://github.com/0xabu/MsBuildCompileCommandsJson )
You can’t perform that action at this time.
0 commit comments