publish sers.bat 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. cd /d ../../
  2. echo 'publish Gateway'
  3. cd /d netcore\Gateway\App.Gateway
  4. dotnet build --configuration Release
  5. dotnet publish --configuration Release --output ..\..\..\Doc\Publish\SersPublish\Gateway
  6. cd /d ../../../
  7. echo 'publish Gover'
  8. cd /d netcore\ServiceCenter\App.Gover.Gateway
  9. dotnet build --configuration Release
  10. dotnet publish --configuration Release --output ..\..\..\Doc\Publish\SersPublish\Gover
  11. cd /d ../../../
  12. echo 'publish ServiceCenter'
  13. cd /d netcore\ServiceCenter\App.ServiceCenter
  14. dotnet build --configuration Release
  15. dotnet publish --configuration Release --output ..\..\..\Doc\Publish\SersPublish\ServiceCenter
  16. cd /d ../../../
  17. echo 'publish Robot'
  18. cd /d netcore\Station\App.Robot.Station
  19. dotnet build --configuration Release
  20. dotnet publish --configuration Release --output ..\..\..\Doc\Publish\SersPublish\Robot
  21. cd /d ../../../
  22. echo 'publish Demo'
  23. cd /d StationDemo\SersLoader\Did.SersLoader.Demo
  24. dotnet build --configuration Release
  25. dotnet publish --configuration Release --output ..\..\..\Doc\Publish\SersPublish\Demo
  26. cd /d ../../../
  27. cd /d Doc\Publish
  28. call "ZZZ_copySersStatic.bat"
  29. echo 'publish sers succeed£¡'
  30. echo 'publish sers succeed£¡'
  31. echo 'publish sers succeed£¡'