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 adcd0c9 commit 8444f83Copy full SHA for 8444f83
Tools/.gitignore
@@ -1 +1,2 @@
1
nuget.exe
2
+NUnit.*
Tools/packages.config
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
3
+ <package id="NUnit.Console" version="3.6.0" />
4
+</packages>
build-common/common-project.xml
@@ -57,6 +57,9 @@
57
<arg value="restore" />
58
<arg value="NHibernate.sln" />
59
</exec>
60
+ <exec basedir="${tools.dir}" workingdir="${root.dir}/Tools" program="NuGet.exe">
61
+ <arg value="install" />
62
+ </exec>
63
</target>
64
65
<target name="common.compile-all" depends="common.generate-assemblyinfo common.nuget-restore">
0 commit comments