123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- cd /d ../../Library/
-
- ::------------------Library
- cd /d Library
- echo 'pack Vit.Core'
- cd /d Vit\Vit.Core\Vit.Core
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- 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\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../
- echo 'pack Vit.WebHost'
- cd /d Vit\Vit.WebHost
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../
- echo 'pack Sers.Hardware'
- cd /d Sers\Sers.Hardware\Sers.Hardware
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
- echo 'pack Sers.Core'
- cd /d Sers\Sers.Core\Sers.Core
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
- echo 'pack Sers.CL.Ipc.NamedPipe'
- cd /d Sers\Sers.CL\Ipc\Sers.CL.Ipc.NamedPipe
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- 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\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- 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\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- 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\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- 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\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- 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\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../../../
- echo 'pack Sers.ServiceStation'
- cd /d Sers\Sers.ServiceStation\Sers.ServiceStation
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
- cd ..
- ::------------------Gateway
- echo 'pack Sers.Gateway'
- cd /d Gateway\Sers.Gateway\Sers.Gateway
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
- ::------------------ServiceCenter
-
- echo 'pack Sers.ServiceCenter'
- cd /d ServiceCenter\Sers.ServiceCenter\Sers.ServiceCenter
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
- echo 'pack Sers.Gover'
- cd /d ServiceCenter\Sers.ServiceCenter\Sers.Gover
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
- ::------------------ServiceStation
- echo 'pack Vit.Ioc'
- cd /d ServiceStation\Ioc\Vit.Ioc\Vit.Ioc
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../../
- echo 'pack Sers.Ioc'
- cd /d ServiceStation\Ioc\Sers.Ioc\Sers.Ioc
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../../
- echo 'pack Sers.Serslot'
- cd /d ServiceStation\ApiLoader\Sers.Serslot
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
- echo 'pack Sers.NetcoreLoader'
- cd /d ServiceStation\ApiLoader\Sers.NetcoreLoader
- dotnet build --configuration Release
- dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
- @if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
- cd /d ../../../
-
- cd /d Doc\Publish
- echo 'pack sers_lib succeed!'
- echo 'pack sers_lib succeed!'
- echo 'pack sers_lib succeed!'
|