Commit 2b9a5e49 authored by evoskuil's avatar evoskuil

Uupdate GSL referenece in packaging script.

parent e97bed37
@ECHO OFF
ECHO Started nuget packaging build.
ECHO.
REM: http://www.nuget.org/packages/gslgen
gslgen -q -script:package.gsl package.config
REM http://www.nuget.org/packages/gsl
gsl -q -script:package.gsl package.config
ECHO.
REM: http://nuget.codeplex.com/releases
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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment