lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

Documentation is not generated if a VS2019 project includes a post-build step. #80

Open DreadLordMikey opened 4 years ago

DreadLordMikey commented 4 years ago

The .MD file is generated properly, up until I add a post-build step to my project to copy the .MD file from the output folder to my DOCS folder. Once the post-build step is added to the .CSPROJ file, the .MD file is never generated.

Removing the postbuild step (a simple XCOPY command) resolves the issue.

dholling1 commented 1 year ago

This is also an issue when using VS2022