pack sers_lib.bat 3.3 KB

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