mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Uupdate GSL referenece in packaging script.
This commit is contained in:
parent
e97bed3727
commit
2b9a5e49f4
@ -1,10 +1,10 @@
|
||||
@ECHO OFF
|
||||
ECHO Started nuget packaging build.
|
||||
ECHO.
|
||||
REM: http://www.nuget.org/packages/gslgen
|
||||
gslgen -q -script:package.gsl package.config
|
||||
REM http://www.nuget.org/packages/gsl
|
||||
gsl -q -script:package.gsl package.config
|
||||
ECHO.
|
||||
REM: http://nuget.codeplex.com/releases
|
||||
REM http://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."
|
||||
|
Loading…
Reference in New Issue
Block a user