We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc7350 commit ea7ee62Copy full SHA for ea7ee62
doc/documentation.build
@@ -9,7 +9,7 @@
9
<property name="root.dir" value=".." />
10
<include buildfile="${root.dir}/build-common/common.xml" />
11
12
- <target name="init" depends="common.init common.nuget-restore">
+ <target name="init" depends="common.init common.tools-restore">
13
<property name="doc.out.dir" value="${build.dir}/doc" />
14
<property name="doc.help2.out.dir" value="${doc.out.dir}/help2" />
15
<property name="doc.chm.out.dir" value="${doc.out.dir}" />
0 commit comments