Squashed 'libs/libzmq/' content from commit 2b2fb9c7
git-subtree-dir: libs/libzmq git-subtree-split: 2b2fb9c7082dbc16c1323b97040a4edcfa2b997b
This commit is contained in:
14
packaging/nuget/package.bat
Normal file
14
packaging/nuget/package.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@ECHO OFF
|
||||
ECHO Started nuget packaging build.
|
||||
ECHO.
|
||||
REM http://www.nuget.org/packages/gsl
|
||||
gsl -q -script:package.gsl package.config
|
||||
ECHO.
|
||||
REM http://nuget.codeplex.com/releases
|
||||
nuget pack package.nuspec -verbosity detailed
|
||||
ECHO.
|
||||
ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
|
||||
ECHO.
|
||||
ECHO Completed nuget packaging build. The package is in the following folder:
|
||||
CD
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user