Commit a93ea81
Bart Koelman
Fixed warning when building documentation
When running docfx, it builds only the JsonApiDotNetCore project, not the entire solution. Because of this, the use of $(SolutionDir) msbuild variable produces the next warning:
Could not find rule set file "CodingGuidelines.ruleset"
This commit replaces $(SolutionDir) with the magical $(MSBuildThisFileDirectory) msbuild variable, which evaluates to: "the directory where the file exists that references this variable".1 parent 1157dde commit a93ea81
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments