Skip to content

Commit

Permalink
Added packing scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jan 29, 2011
1 parent eb44715 commit 742e155
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pack.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
rem @echo off
echo on
call build && call :pack
goto :EOF

:pack
setlocal
pushd "%~dp0\pkg"
if not exist base\lib md base\lib
copy ..\COPYING*.txt base > nul ^
&& copy ..\lic base > nul ^
&& copy ..\bin\Release base\lib > nul ^
&& ..\tools\nuget pack nuspec.xml -b base
3 changes: 3 additions & 0 deletions packw.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
call "%~dp0pack" %*
pause
Binary file added tools/NuGet.exe
Binary file not shown.

0 comments on commit 742e155

Please sign in to comment.