|
@@ -3,42 +3,42 @@ cd /d ../../
|
|
echo 'pack Vit.Core'
|
|
echo 'pack Vit.Core'
|
|
cd /d Vit\Vit.Core\Vit.Core
|
|
cd /d Vit\Vit.Core\Vit.Core
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Vit.Ioc'
|
|
echo 'pack Vit.Ioc'
|
|
cd /d Vit\Vit.Ioc\Vit.Ioc
|
|
cd /d Vit\Vit.Ioc\Vit.Ioc
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Vit.Net.Http.FormFile'
|
|
echo 'pack Vit.Net.Http.FormFile'
|
|
cd /d Vit\Vit.Net.Http.FormFile
|
|
cd /d Vit\Vit.Net.Http.FormFile
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\Doc\Publish\nuget
|
|
cd /d ../../
|
|
cd /d ../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Vit.WebHost'
|
|
echo 'pack Vit.WebHost'
|
|
cd /d Vit\Vit.WebHost
|
|
cd /d Vit\Vit.WebHost
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\Doc\Publish\nuget
|
|
cd /d ../../
|
|
cd /d ../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.Hardware'
|
|
echo 'pack Sers.Hardware'
|
|
cd /d Sers\Sers.Hardware\Sers.Hardware
|
|
cd /d Sers\Sers.Hardware\Sers.Hardware
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.Core'
|
|
echo 'pack Sers.Core'
|
|
cd /d Sers\Sers.Core\Sers.Core
|
|
cd /d Sers\Sers.Core\Sers.Core
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
@@ -46,7 +46,7 @@ cd /d ../../../
|
|
echo 'pack Sers.Ioc'
|
|
echo 'pack Sers.Ioc'
|
|
cd /d Sers\Sers.Ioc\Sers.Ioc
|
|
cd /d Sers\Sers.Ioc\Sers.Ioc
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
@@ -54,66 +54,66 @@ cd /d ../../../
|
|
echo 'pack Sers.CL.Socket.Iocp'
|
|
echo 'pack Sers.CL.Socket.Iocp'
|
|
cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.Iocp
|
|
cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.Iocp
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../../
|
|
cd /d ../../../../
|
|
|
|
|
|
echo 'pack Sers.CL.Socket.ThreadWait'
|
|
echo 'pack Sers.CL.Socket.ThreadWait'
|
|
cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.ThreadWait
|
|
cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.ThreadWait
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../../
|
|
cd /d ../../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.CL.ClrZmq.ThreadWait'
|
|
echo 'pack Sers.CL.ClrZmq.ThreadWait'
|
|
cd /d Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait
|
|
cd /d Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../../../
|
|
cd /d ../../../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.CL.WebSocket'
|
|
echo 'pack Sers.CL.WebSocket'
|
|
cd /d Sers\Sers.CL\WebSocket\Sers.CL.WebSocket
|
|
cd /d Sers\Sers.CL\WebSocket\Sers.CL.WebSocket
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../../
|
|
cd /d ../../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.CL.Zmq.FullDuplex'
|
|
echo 'pack Sers.CL.Zmq.FullDuplex'
|
|
cd /d Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex
|
|
cd /d Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../../../
|
|
cd /d ../../../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.ServiceStation'
|
|
echo 'pack Sers.ServiceStation'
|
|
cd /d Sers\Sers.ServiceStation\Sers.ServiceStation
|
|
cd /d Sers\Sers.ServiceStation\Sers.ServiceStation
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.Gateway'
|
|
echo 'pack Sers.Gateway'
|
|
cd /d Sers\Sers.Gateway\Sers.Gateway
|
|
cd /d Sers\Sers.Gateway\Sers.Gateway
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.Serslot'
|
|
echo 'pack Sers.Serslot'
|
|
cd /d Sers\ApiLoader\Sers.Serslot
|
|
cd /d Sers\ApiLoader\Sers.Serslot
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
echo 'pack Sers.NetcoreLoader'
|
|
echo 'pack Sers.NetcoreLoader'
|
|
cd /d Sers\ApiLoader\Sers.NetcoreLoader
|
|
cd /d Sers\ApiLoader\Sers.NetcoreLoader
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
|
|
|
|
|
|
+dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
|
|
cd /d ../../../
|
|
cd /d ../../../
|
|
|
|
|
|
|
|
|
|
-cd /d Doc\Release
|
|
|
|
|
|
+cd /d Doc\Publish
|
|
|
|
|
|
echo 'pack sers_lib succeed£¡'
|
|
echo 'pack sers_lib succeed£¡'
|
|
echo 'pack sers_lib succeed£¡'
|
|
echo 'pack sers_lib succeed£¡'
|