You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
411 B

  1. @ECHO OFF
  2. ECHO Started nuget packaging build.
  3. ECHO.
  4. REM http://www.nuget.org/packages/gsl
  5. gsl -q -script:package.gsl package.config
  6. ECHO.
  7. REM http://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