mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00:00
Merge pull request #986 from evoskuil/master
Windows build/packaging updates.
This commit is contained in:
commit
4307641f27
@ -1,10 +1,10 @@
|
|||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
ECHO Started nuget packaging build.
|
ECHO Started nuget packaging build.
|
||||||
ECHO.
|
ECHO.
|
||||||
REM: http://www.nuget.org/packages/gslgen
|
REM http://www.nuget.org/packages/gsl
|
||||||
gslgen -q -script:package.gsl package.config
|
gsl -q -script:package.gsl package.config
|
||||||
ECHO.
|
ECHO.
|
||||||
REM: http://nuget.codeplex.com/releases
|
REM http://nuget.codeplex.com/releases
|
||||||
nuget pack package.nuspec -verbosity detailed
|
nuget pack package.nuspec -verbosity detailed
|
||||||
ECHO.
|
ECHO.
|
||||||
ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
|
ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user