Skip to content

Whatever happened to dotnet build integration? docfx.console? #8415

Discussion options

You must be logged in to vote

The docfx.console package is no longer produced. There are instead:

  • The docfx .NET tool package. It only provides the tool and does not automatically integrate with your project build to run the tool. You could add custom MSBuild targets to your .NET projects to run the docfx tool, or you could make your continuous-integration build script run first MSBuild and then separately the docfx tool.
  • The Microsoft.DocAsCode.App library package. You can set up an executable .NET project that references this and calls Docset.Build. But then you'd again need something to automate running the resulting executable.

Quick Start suggests installing the latest docfx as a global tool, but I prefer insta…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@craigfowler
Comment options

Answer selected by craigfowler
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants