Replies: 2 comments 7 replies
-
|
hello, hum that's weird can you confirm that the xx.yy.Core.Links.txt is correctly produced? You can look for |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
cleaning up old issues/discussion to keep relevant stuff, feel free to reopen if needed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, the project which I am working on the documentation has a solution with library projects with package reference. I have configured each of them as below:
But in the generated documentation the links to the referenced library are the default ones (https://docs.microsoft.com/en-us/dotnet/api/..) and not point to the link in azure (where my wiki is). When I change the solution to project reference instead of package reference the links are generated correctly.
So I am guessing that package reference is not supported or am I missing something in the configuration?
I tried to use the which generates a second link (with the correct url) but it also generates a link which points to docs.microsoft.com.
For example in code: I get two links zz(docs.microsoft.com) zz (dev.azure.com)
Can you please advice on this?
The tool is great, the documentation generation on build is a great feature and the fact that it generates also markdown files
makes it perfect to publish it as a dev azure wiki.
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions