publish sers.bat 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. cd /d ../../
  2. echo 'publish Gateway'
  3. cd /d 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 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 ServiceCenter\App.ServiceCenter
  14. dotnet build --configuration Release
  15. dotnet publish --configuration Release --output ..\..\Doc\Publish\SersPublish\ServiceCenter
  16. cd /d ../../
  17. echo 'publish Demo'
  18. cd /d ServiceStation\Demo\SersLoader\Did.SersLoader.Demo
  19. dotnet build --configuration Release
  20. dotnet publish --configuration Release --output ..\..\..\..\Doc\Publish\SersPublish\Demo
  21. cd /d ../../../../
  22. echo 'publish Robot'
  23. cd /d ServiceStation\Demo\StressTest\App.Robot.Station
  24. dotnet build --configuration Release
  25. dotnet publish --configuration Release --output ..\..\..\..\Doc\Publish\SersPublish\Robot
  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£¡'