This commit is contained in:
Frank Denis 2016-04-12 01:27:22 +02:00
parent e2f75d6168
commit 727703a8a1

View File

@ -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/gsl REM https://www.nuget.org/packages/gsl
gsl -q -script:package.gsl package.config gsl -q -script:package.gsl package.config
ECHO. ECHO.
REM http://nuget.codeplex.com/releases REM https://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."