XmlCommentMarkDownGenerator icon indicating copy to clipboard operation
XmlCommentMarkDownGenerator copied to clipboard

Is there a way to put the output somewhere different?

Open nikkilocke opened this issue 8 years ago • 2 comments
trafficstars

My solution, source and csproj are in the same directory - the top level directory of my project.

I would like to generate the docs somewhere inside my project folder, rather than in ../Docs. Is there any way to change this?

nikkilocke avatar Aug 11 '17 17:08 nikkilocke

Not at this time. Pull-requests welcome - I know there's some way to make nuget targets configurable but I haven't figured out how.

Pxtl avatar Aug 16 '17 20:08 Pxtl

I have a pull request that addresses this. I added an msbuild task around the ToMarkdown() call. Since there are a few parameters on the task you can configure where you want things to be--input(s), output and Docs directory.

egoughnour avatar Sep 12 '17 19:09 egoughnour