pack sers_lib.bat 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. cd /d ../../Library/
  2. ::------------------Library
  3. cd /d Library
  4. echo 'pack Vit.Core'
  5. cd /d Vit\Vit.Core\Vit.Core
  6. dotnet build --configuration Release
  7. dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
  8. cd /d ../../../
  9. echo 'pack Vit.Net.Http.FormFile'
  10. cd /d Vit\Vit.Net.Http.FormFile
  11. dotnet build --configuration Release
  12. dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
  13. cd /d ../../
  14. echo 'pack Vit.WebHost'
  15. cd /d Vit\Vit.WebHost
  16. dotnet build --configuration Release
  17. dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
  18. cd /d ../../
  19. echo 'pack Sers.Hardware'
  20. cd /d Sers\Sers.Hardware\Sers.Hardware
  21. dotnet build --configuration Release
  22. dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
  23. cd /d ../../../
  24. echo 'pack Sers.Core'
  25. cd /d Sers\Sers.Core\Sers.Core
  26. dotnet build --configuration Release
  27. dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
  28. cd /d ../../../
  29. echo 'pack Sers.CL.Ipc.NamedPipe'
  30. cd /d Sers\Sers.CL\Ipc\Sers.CL.Ipc.NamedPipe
  31. dotnet build --configuration Release
  32. dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Publish\nuget
  33. cd /d ../../../../
  34. echo 'pack Sers.CL.Socket.Iocp'
  35. cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.Iocp
  36. dotnet build --configuration Release
  37. dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Publish\nuget
  38. cd /d ../../../../
  39. echo 'pack Sers.CL.Socket.ThreadWait'
  40. cd /d Sers\Sers.CL\Socket\Sers.CL.Socket.ThreadWait
  41. dotnet build --configuration Release
  42. dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Publish\nuget
  43. cd /d ../../../../
  44. echo 'pack Sers.CL.ClrZmq.ThreadWait'
  45. cd /d Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait
  46. dotnet build --configuration Release
  47. dotnet pack --configuration Release --output ..\..\..\..\..\..\Doc\Publish\nuget
  48. cd /d ../../../../../
  49. echo 'pack Sers.CL.WebSocket'
  50. cd /d Sers\Sers.CL\WebSocket\Sers.CL.WebSocket
  51. dotnet build --configuration Release
  52. dotnet pack --configuration Release --output ..\..\..\..\..\Doc\Publish\nuget
  53. cd /d ../../../../
  54. echo 'pack Sers.CL.Zmq.FullDuplex'
  55. cd /d Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex
  56. dotnet build --configuration Release
  57. dotnet pack --configuration Release --output ..\..\..\..\..\..\Doc\Publish\nuget
  58. cd /d ../../../../../
  59. echo 'pack Sers.ServiceStation'
  60. cd /d Sers\Sers.ServiceStation\Sers.ServiceStation
  61. dotnet build --configuration Release
  62. dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
  63. cd /d ../../../
  64. cd ..
  65. ::------------------Gateway
  66. echo 'pack Sers.Gateway'
  67. cd /d Gateway\Sers.Gateway\Sers.Gateway
  68. dotnet build --configuration Release
  69. dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
  70. cd /d ../../../
  71. ::------------------ServiceCenter
  72. echo 'pack Sers.ServiceCenter'
  73. cd /d ServiceCenter\Sers.ServiceCenter\Sers.ServiceCenter
  74. dotnet build --configuration Release
  75. dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
  76. cd /d ../../../
  77. echo 'pack Sers.Gover'
  78. cd /d ServiceCenter\Sers.ServiceCenter\Sers.Gover
  79. dotnet build --configuration Release
  80. dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
  81. cd /d ../../../
  82. ::------------------ServiceStation
  83. echo 'pack Vit.Ioc'
  84. cd /d ServiceStation\Ioc\Vit.Ioc\Vit.Ioc
  85. dotnet build --configuration Release
  86. dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
  87. cd /d ../../../../
  88. echo 'pack Sers.Ioc'
  89. cd /d ServiceStation\Ioc\Sers.Ioc\Sers.Ioc
  90. dotnet build --configuration Release
  91. dotnet pack --configuration Release --output ..\..\..\..\Doc\Publish\nuget
  92. cd /d ../../../../
  93. echo 'pack Sers.Serslot'
  94. cd /d ServiceStation\ApiLoader\Sers.Serslot
  95. dotnet build --configuration Release
  96. dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
  97. cd /d ../../../
  98. echo 'pack Sers.NetcoreLoader'
  99. cd /d ServiceStation\ApiLoader\Sers.NetcoreLoader
  100. dotnet build --configuration Release
  101. dotnet pack --configuration Release --output ..\..\..\Doc\Publish\nuget
  102. cd /d ../../../
  103. cd /d Doc\Publish
  104. echo 'pack sers_lib succeed£¡'
  105. echo 'pack sers_lib succeed£¡'
  106. echo 'pack sers_lib succeed£¡'