Closed roydukkey closed 6 years ago
Reference this line: https://github.com/lijunle/Vsxmd/blob/master/Vsxmd/targets/Vsxmd.targets#L4
The EXE can be found from the packages folder.
DocumentationFile
is the XML file pathDocumentationMarkdown
is the output Markdown file path. Optional, default to the same folder as XML file path.I have no idea about how .Net project.json works. Can they consume .target
build file?
No. It doesn't appear to use them. http://stackoverflow.com/questions/34922728/whats-the-equivalent-of-nuget-targets-file-in-net-core
It needs time to learn their way. Does the manual EXE script unblock you?
Yes. I was able to download and compile the exe. It ran without issue. Thanks.
Aha, you can download the .nuget
file from the NuGet page, unzip it and get the EXE out of it. Anyway, good to hear that you are unblocked.
Has this been tested with .Net Core (w/ project.json)? Maybe it would be beneficial to provide usage documentation that would allow manually providing an .xml file to the processor.