Frank Denis 8 years ago
parent
commit
727703a8a1
  1. 6
      packaging/nuget/package.bat

6
packaging/nuget/package.bat

@ -1,13 +1,13 @@
@ECHO OFF
ECHO Started nuget packaging build.
ECHO.
REM http://www.nuget.org/packages/gsl
REM https://www.nuget.org/packages/gsl
gsl -q -script:package.gsl package.config
ECHO.
REM http://nuget.codeplex.com/releases
REM https://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
CD

Loading…
Cancel
Save