summaryrefslogtreecommitdiff
path: root/packaging/nuget/package.bat
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-08-11 14:04:41 -0400
committerMicah Anderson <micah@riseup.net>2014-08-11 14:04:41 -0400
commit94cc35faeb6248d75841a5f47a41a266086b4d16 (patch)
treeadef88a73becc807b0485ddf1b7670865b8e680f /packaging/nuget/package.bat
parent2e59f9740a29439df7c7a56cf0ae83dec3081d31 (diff)
initial import of upstream sourcesupstream/latestupstream/0.6.1
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