Skip to content

Commit 877a9ee

Browse files
authored
NH-3900 - Fix restore syntax for NUnit.Console (to squash)
1 parent 2164217 commit 877a9ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-common/common-project.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
<arg value="NHibernate.sln" />
5959
</exec>
6060
<exec basedir="${tools.dir}" workingdir="${root.dir}/Tools" program="NuGet.exe">
61-
<arg value="install" />
61+
<arg value="restore" />
62+
<arg value="-PackagesDirectory" />
63+
<arg value="." />
6264
</exec>
6365
</target>
6466

0 commit comments

Comments
 (0)