Feature Request: Relational Output Path
lewismoten
Posts: 58
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"
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"
Comments
/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
Product Manager
Redgate Software