Commit 96b6773
authored
Fix incremental build issue with package files and doc file
The doc file for a project is not re-generated unless there are new APIs. This means it can be older than a package file (i.e. a .targets file) in the project, and remain so for a long time across many builds.
This slows down builds unnecessarily, so remove. If package really needs a new build, you can always rebuild before Pack.1 parent 1afd173 commit 96b6773
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments