Comments
2 comments
-
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.
-
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
Add comment
Please sign in to leave a comment.
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"