SPRNET-1457

-fixing broken nuget packaging step to work correctly with nuget.exe v1.4
This commit is contained in:
sbohlen
2011-08-04 14:24:01 +00:00
parent 451f734a5a
commit 67b58a6cbf
22 changed files with 239 additions and 237 deletions

View File

@@ -1999,6 +1999,8 @@ Commandline Examples:
<arg value="${filename}" />
<arg value="-Version" />
<arg value="${package.version}" />
<arg value="-basepath" />
<arg value="${spring.basedir}" />
<arg value="-OutputDirectory" />
<arg value="${nuget.package.dir}" />
</exec>