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, 0 insertions, 13 deletions
diff --git a/packaging/nuget/package.bat b/packaging/nuget/package.bat
deleted file mode 100644
index cb3a54f..0000000
--- a/packaging/nuget/package.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-@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