publish sers.bat 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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\Release\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\Release\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\Release\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\Release\Robot
  21. cd /d ../../../
  22. echo 'publish Demo'
  23. cd /d netcore\Station\App.Demo.Station
  24. dotnet build --configuration Release
  25. dotnet publish --configuration Release --output ..\..\..\Doc\Release\Demo
  26. cd /d ../../../
  27. cd /d Doc\Release
  28. call "ZZZ_copySersStatic.bat"
  29. echo 'publish sers succeed£¡'
  30. echo 'publish sers succeed£¡'
  31. echo 'publish sers succeed£¡'