Files
EpinelPS/libsodium-1.0.18-RELEASE/packaging/nuget/package.bat
Mikhail Thompson 6bd505c313 Add libsodium source
2024-06-27 15:00:43 +03:00

14 lines
414 B
Batchfile

@ECHO OFF
ECHO Started nuget packaging build.
ECHO.
REM https://www.nuget.org/packages/gsl
gsl -q -script:package.gsl package.config
ECHO.
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