Author: bodewig
Date: Sat Sep 17 14:20:04 2016
New Revision: 1761244
URL: http://svn.apache.org/viewvc?rev=1761244&view=rev
Log:
add nuget packaging to build - closes #31
Modified:
logging/log4net/trunk/log4net.build
Modified: logging/log4net/trunk/log4net.build
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1761244&r1=1761243&r2=1761244&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Sat Sep 17 14:20:04 2016
@@ -1727,6 +1727,7 @@ limitations under the License.
<!-- generate the sdk docs using the release build configuration for all
runtime configuration -->
<call target="set-release-build-configuration" />
<call target="package-bin" />
+ <call target="create-nuget-package" />
</target>
<target name="package-src">
<copy todir="${current.package.src.dir}">
@@ -1847,7 +1848,10 @@ limitations under the License.
</fileset>
</zip>
</target>
-
+ <target name="create-nuget-package">
+ <exec program="nuget.exe" commandline="pack log4net.nuspec"/>
+ </target>
+
<target name="generate-assembly-description">
<if test="${not(property::exists('source.svn.revision'))}">
<property name="source.svn.revision" value="0"/>