1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-25 13:05:08 -07:00
libsodium/packaging/nuget/package.bat

14 lines
414 B
Batchfile
Raw Normal View History

@ECHO OFF
ECHO Started nuget packaging build.
ECHO.
2016-04-11 16:27:22 -07:00
REM https://www.nuget.org/packages/gsl
gsl -q -script:package.gsl package.config
ECHO.
2016-04-11 16:27:22 -07:00
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:
2016-04-11 16:27:22 -07:00
CD