123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- cd /d ../../
- echo 'pack Vit.Core'
- cd /d Vit\Vit.Core\Vit.Core
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Vit.Ioc'
- cd /d Vit\Vit.Ioc\Vit.Ioc
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Vit.Net.Http.FormFile'
- cd /d Vit\Vit.Net.Http.FormFile
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\Doc\Release\nuget
- cd /d ../../
- echo 'pack Vit.WebHost'
- cd /d Vit\Vit.WebHost
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\Doc\Release\nuget
- cd /d ../../
- echo 'pack Sers.Hardware'
- cd /d Sers\Sers.Hardware\Sers.Hardware
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Sers.Core'
- cd /d Sers\Sers.Core\Sers.Core
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Sers.Ioc'
- cd /d Sers\Sers.Ioc\Sers.Ioc
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Sers.CL.Socket.Iocp'
- cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.Iocp
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Release\nuget
- cd /d ../../../../
- echo 'pack Sers.CL.Socket.ThreadWait'
- cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.ThreadWait
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Release\nuget
- cd /d ../../../../
- echo 'pack Sers.CL.ClrZmq.ThreadWait'
- cd /d Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Release\nuget
- cd /d ../../../../../
- echo 'pack Sers.CL.WebSocket'
- cd /d Sers\Sers.CL\WebSocket\Sers.CL.WebSocket
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Release\nuget
- cd /d ../../../../
- echo 'pack Sers.CL.Zmq.FullDuplex'
- cd /d Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Release\nuget
- cd /d ../../../../../
- echo 'pack Sers.ServiceStation'
- cd /d Sers\Sers.ServiceStation\Sers.ServiceStation
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Sers.Gateway'
- cd /d Sers\Sers.Gateway\Sers.Gateway
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Sers.Serslot'
- cd /d Sers\ApiLoader\Sers.Serslot
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
- echo 'pack Sers.NetcoreLoader'
- cd /d Sers\ApiLoader\Sers.NetcoreLoader
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Release\nuget
- cd /d ../../../
-
- cd /d Doc\Release
- echo 'pack sers_lib succeed£¡'
- echo 'pack sers_lib succeed£¡'
- echo 'pack sers_lib succeed£¡'
|