mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 00:14:48 +01:00
Add libsodium source
This commit is contained in:
13
libsodium-1.0.18-RELEASE/packaging/nuget/package.bat
Normal file
13
libsodium-1.0.18-RELEASE/packaging/nuget/package.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user