How can we help you today? How can we help you today?

Feature Request: Relational Output Path

I would either like to feed a path into the command line utility, or have it specified in the project file "HtmlPath" to be relational to either the project file, current directory, or command utility.

Now:
<Project HtmlPath="D:\TeamBuilds\xxxx\dev\WorkingDirectory\xxxSolutionDev\xxx.Library\Documentation"

Preferred (for current directory):
<Project HtmlPath=".\"

Preferred (for parent folder):
<Project HtmlPath="..\"

Preferred (for sub folder):
<Project HtmlPath="Output"

Preferred (for a subflder in parent folder):
<Project HtmlPath="..\Output"
lewismoten
0

Comments

2 comments

  • Linda Hawksworth
    I have logged your feature request in our tracking system and it will be considered for a future release of SQL Doc although we have no timescales for this at present.
    Linda Hawksworth
    0
  • David Atkinson
    This is now possible in SQL Doc 2.1.0.220 EA or later using the sqldoc.exe command line with:

    /outputfolder:<outputfolder>

    This overrides the setting defined in the project and therefore allows SQL Doc's output to be used as part of a build process such as continuous integration.

    Please try this and let us know how you get on.

    David Atkinson
    Product Manager
    Red Gate Software
    David Atkinson
    0

Add comment

Please sign in to leave a comment.