summaryrefslogtreecommitdiff
path: root/packaging/nuget/package.bat
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/nuget/package.bat')
-rw-r--r--packaging/nuget/package.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/nuget/package.bat b/packaging/nuget/package.bat
new file mode 100644
index 0000000..cb3a54f
--- /dev/null
+++ b/packaging/nuget/package.bat
@@ -0,0 +1,13 @@
+@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 \ No newline at end of file