package.bat (414B)
1 @ECHO OFF 2 ECHO Started nuget packaging build. 3 ECHO. 4 REM https://www.nuget.org/packages/gsl 5 gsl -q -script:package.gsl package.config 6 ECHO. 7 REM https://nuget.codeplex.com/releases 8 nuget pack package.nuspec -verbosity detailed 9 ECHO. 10 ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder." 11 ECHO. 12 ECHO Completed nuget packaging build. The package is in the following folder: 13 CD