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 eb44715 commit 742e155Copy full SHA for 742e155
pack.cmd
@@ -0,0 +1,13 @@
1
+rem @echo off
2
+echo on
3
+call build && call :pack
4
+goto :EOF
5
+
6
+:pack
7
+setlocal
8
+pushd "%~dp0\pkg"
9
+if not exist base\lib md base\lib
10
+copy ..\COPYING*.txt base > nul ^
11
+ && copy ..\lic base > nul ^
12
+ && copy ..\bin\Release base\lib > nul ^
13
+ && ..\tools\nuget pack nuspec.xml -b base
packw.cmd
@@ -0,0 +1,3 @@
+@echo off
+call "%~dp0pack" %*
+pause
tools/NuGet.exe
286 KB
0 commit comments