icsharpcode / NRefactory

NRefactory - Refactoring Your C# Code
684 stars 262 forks source link

Fix dirty builds all the time from doc file #490

Closed kzu closed 9 years ago

kzu commented 9 years ago

The previous path of the documentation file, pointed to bin caused MSBuild on Windows to always build the output assembly again every time. By moving the doc file to the intermediate output path, the problem goes away and MSBuild properly detects that the project is up-to-date.

The doc file is automatically copied to the output path, so no behavior changes from the previous value.